diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-05 23:01:32 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-05 23:01:32 +0800 |
commit | b3e2effe11b448db3db450d37e3d59e359af68e4 (patch) | |
tree | 0287c59519d68068c6efa6bfa63d089711bc2e35 /sysutils/gkleds2 | |
parent | 0bce6e429e18260013d6bc78dc26d135df27f69c (diff) | |
download | freebsd-ports-gnome-b3e2effe11b448db3db450d37e3d59e359af68e4.tar.gz freebsd-ports-gnome-b3e2effe11b448db3db450d37e3d59e359af68e4.tar.zst freebsd-ports-gnome-b3e2effe11b448db3db450d37e3d59e359af68e4.zip |
- Switch to USES=libtool
Diffstat (limited to 'sysutils/gkleds2')
-rw-r--r-- | sysutils/gkleds2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/gkleds2/Makefile b/sysutils/gkleds2/Makefile index 902aeeee4cd6..187abd72cc7f 100644 --- a/sysutils/gkleds2/Makefile +++ b/sysutils/gkleds2/Makefile @@ -14,10 +14,10 @@ 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 gmake +USES= gmake libtool pkgconfig +GNU_CONFIGURE= yes USE_XORG= x11 xtst USE_GNOME= gtk20 -USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |