diff options
author | Chris Rees <crees@FreeBSD.org> | 2014-09-20 11:02:19 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2014-09-20 11:02:19 +0000 |
commit | fb720703ace3a1b40dfbe3b690cc576076117de3 (patch) | |
tree | 3a363ad18010436088733f01af2228e8999c23b2 | |
parent | e87c0594dbc0faee372581aca92dcbc5652573b5 (diff) | |
download | ports-fb720703ace3a1b40dfbe3b690cc576076117de3.tar.gz ports-fb720703ace3a1b40dfbe3b690cc576076117de3.zip |
Notes
-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 |