svn commit: r364114 - head/sysutils/gkleds2
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Aug 5 15:01:33 UTC 2014
Author: amdmi3
Date: Tue Aug 5 15:01:32 2014
New Revision: 364114
URL: http://svnweb.freebsd.org/changeset/ports/364114
QAT: https://qat.redports.org/buildarchive/r364114/
Log:
- Switch to USES=libtool
Modified:
head/sysutils/gkleds2/Makefile
Modified: head/sysutils/gkleds2/Makefile
==============================================================================
--- head/sysutils/gkleds2/Makefile Tue Aug 5 14:56:44 2014 (r364113)
+++ head/sysutils/gkleds2/Makefile Tue Aug 5 15:01:32 2014 (r364114)
@@ -14,10 +14,10 @@ COMMENT= GKrellM Leds for CapsLock, NumL
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
More information about the svn-ports-all
mailing list