diff options
author | crees <crees@FreeBSD.org> | 2014-09-20 19:02:19 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2014-09-20 19:02:19 +0800 |
commit | a042473b68e64108800c4585a0976616ccf6d171 (patch) | |
tree | 3a363ad18010436088733f01af2228e8999c23b2 /sysutils | |
parent | ba8429b5a307dd91a0cdc5ef1e70660fec9fe7e0 (diff) | |
download | freebsd-ports-gnome-a042473b68e64108800c4585a0976616ccf6d171.tar.gz freebsd-ports-gnome-a042473b68e64108800c4585a0976616ccf6d171.tar.zst freebsd-ports-gnome-a042473b68e64108800c4585a0976616ccf6d171.zip |
Now dynamically links rather than static.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/keyboard-daemon/Makefile | 5 |
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 |