Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Aug 2014 15:01:33 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364114 - head/sysutils/gkleds2
Message-ID:  <53e0f1cd.5bb1.54376a63@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e0f1cd.5bb1.54376a63>