aboutsummaryrefslogtreecommitdiff
path: root/sysutils/keyboard-daemon
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2014-09-20 11:02:19 +0000
committerChris Rees <crees@FreeBSD.org>2014-09-20 11:02:19 +0000
commitfb720703ace3a1b40dfbe3b690cc576076117de3 (patch)
tree3a363ad18010436088733f01af2228e8999c23b2 /sysutils/keyboard-daemon
parente87c0594dbc0faee372581aca92dcbc5652573b5 (diff)
downloadports-fb720703ace3a1b40dfbe3b690cc576076117de3.tar.gz
ports-fb720703ace3a1b40dfbe3b690cc576076117de3.zip
Now dynamically links rather than static.
Notes
Notes: svn path=/head/; revision=368633
Diffstat (limited to 'sysutils/keyboard-daemon')
-rw-r--r--sysutils/keyboard-daemon/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/keyboard-daemon/Makefile b/sysutils/keyboard-daemon/Makefile
index c128c734342f..ec479f2eb185 100644
--- a/sysutils/keyboard-daemon/Makefile
+++ b/sysutils/keyboard-daemon/Makefile
@@ -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