diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-29 19:20:14 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-29 19:20:14 +0800 |
commit | f038d76db1d2f74309ce865947c4a97b98afce09 (patch) | |
tree | 0997236aa1cf8c358a3a31d2a2e5911fc3339176 /sysutils/gkleds2 | |
parent | 17952f90c6e392f86b5e51a7d331ffbd9402abf4 (diff) | |
download | freebsd-ports-gnome-f038d76db1d2f74309ce865947c4a97b98afce09.tar.gz freebsd-ports-gnome-f038d76db1d2f74309ce865947c4a97b98afce09.tar.zst freebsd-ports-gnome-f038d76db1d2f74309ce865947c4a97b98afce09.zip |
- Convert gmake,bzip2,xz to USES
Approved by: portmgr
Diffstat (limited to 'sysutils/gkleds2')
-rw-r--r-- | sysutils/gkleds2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/gkleds2/Makefile b/sysutils/gkleds2/Makefile index 77e91ddde3dd..902aeeee4cd6 100644 --- a/sysutils/gkleds2/Makefile +++ b/sysutils/gkleds2/Makefile @@ -14,10 +14,9 @@ COMMENT= GKrellM Leds for CapsLock, NumLock, and ScrollLock BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 -USES= pkgconfig +USES= pkgconfig gmake USE_XORG= x11 xtst USE_GNOME= gtk20 -USE_GMAKE= yes USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |