diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-27 16:18:00 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-27 16:18:00 +0000 |
commit | a82c81f429c973e59c3b399cd9319347dcfd784f (patch) | |
tree | e584acfe600b0379e2f7f9ebe9368fa2ba2f5cec /sysutils | |
parent | 6a22aa02c20c20b42d39be37d3134dc267d44098 (diff) | |
download | ports-a82c81f429c973e59c3b399cd9319347dcfd784f.tar.gz ports-a82c81f429c973e59c3b399cd9319347dcfd784f.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gai-leds/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sysutils/gai-leds/Makefile b/sysutils/gai-leds/Makefile index ed6b0908bc46..153df9b43d8d 100644 --- a/sysutils/gai-leds/Makefile +++ b/sysutils/gai-leds/Makefile @@ -8,18 +8,17 @@ CATEGORIES= sysutils MASTER_SITES= SF/gai/GAI%20-%20Applets/${PORTNAME} MAINTAINER= douglas@douglasthrift.net -COMMENT= A GAI applet that displays the keyboard status leds - -LIB_DEPENDS= gai:${PORTSDIR}/x11-toolkits/gai +COMMENT= GAI applet that displays the keyboard status leds LICENSE= GPLv2 +LIB_DEPENDS= libgai.so:${PORTSDIR}/x11-toolkits/gai + GNU_CONFIGURE= yes -USES= pkgconfig +USES= pathfix pkgconfig USE_BZIP2= yes -USE_GNOME= gnomehack gnomeprefix +USE_GNOME= gnomeprefix -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|\(GNOMEDIR=\).*|\1"${PREFIX}"|; \ |