aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/keyboard-daemon
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2014-09-20 19:02:19 +0800
committerChris Rees <crees@FreeBSD.org>2014-09-20 19:02:19 +0800
commitfb720703ace3a1b40dfbe3b690cc576076117de3 (patch)
tree3a363ad18010436088733f01af2228e8999c23b2 /sysutils/keyboard-daemon
parente87c0594dbc0faee372581aca92dcbc5652573b5 (diff)
downloadfreebsd-ports-gnome-fb720703ace3a1b40dfbe3b690cc576076117de3.tar.gz
freebsd-ports-gnome-fb720703ace3a1b40dfbe3b690cc576076117de3.tar.zst
freebsd-ports-gnome-fb720703ace3a1b40dfbe3b690cc576076117de3.zip
Now dynamically links rather than static.
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
to sedAndrej Zverev2013-07-261-3/+0 | | | | | | | and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@) * Update to 1.11Eitan Adler2013-04-182-8/+4 | | | | Feature safe: yes * - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-041-2/+2 | | | | - Reassign maintainership from ports@ to perl@ * At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-221-1/+1 | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr * End WWW CPAN URL with a "/"Emanuel Haupt2011-12-281-1/+1 | * - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0 | * - Add cpan site to WWWEmanuel Haupt2010-01-231-0/+2 | | | | - Fix indentation, fmt -w 80 * - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+1 | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) * - Update to 1.09Gabor Kovesdan2008-01-042-4/+4 | * Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2 | | | | | Approved by: krion@ PR: ports/88711 (related) * - Add SHA256Pav Lucistnik2005-11-261-0/+1 | * SIZEify.Trevor Johnson2004-01-301-0/+1 |