svn commit: r368633 - head/sysutils/keyboard-daemon
Chris Rees
crees at FreeBSD.org
Sat Sep 20 11:02:20 UTC 2014
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 at 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
More information about the svn-ports-all
mailing list