Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Sep 2014 11:02:20 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368633 - head/sysutils/keyboard-daemon
Message-ID:  <201409201102.s8KB2Koq034941@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: crees
Date: Sat Sep 20 11:02:19 2014
New Revision: 368633
URL: http://svnweb.freebsd.org/changeset/ports/368633
QAT: https://qat.redports.org/buildarchive/r368633/

Log:
  Now dynamically links rather than static.

Modified:
  head/sysutils/keyboard-daemon/Makefile

Modified: head/sysutils/keyboard-daemon/Makefile
==============================================================================
--- head/sysutils/keyboard-daemon/Makefile	Sat Sep 20 10:21:51 2014	(r368632)
+++ head/sysutils/keyboard-daemon/Makefile	Sat Sep 20 11:02:19 2014	(r368633)
@@ -2,15 +2,16 @@
 
 PORTNAME=	keyboard-daemon
 PORTVERSION=	0.7
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.bayofrum.net/dist/${PORTNAME}/
 
 MAINTAINER=	crees@FreeBSD.org
 COMMENT=	Listens on a keyboard device and executes commands on keypresses
 
-LICENSE=	BSD
+LICENSE=	BSD2CLAUSE
 
-BUILD_DEPENDS=	${LOCALBASE}/lib/libcfu.a:${PORTSDIR}/devel/libcfu
+LIB_DEPENDS=	libcfu.so:${PORTSDIR}/devel/libcfu
 
 USES=		tar:bzip2
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409201102.s8KB2Koq034941>