svn commit: r368491 - head/devel/xparam

Tijl Coosemans tijl at FreeBSD.org
Thu Sep 18 15:56:26 UTC 2014


Author: tijl
Date: Thu Sep 18 15:56:25 2014
New Revision: 368491
URL: http://svnweb.freebsd.org/changeset/ports/368491
QAT: https://qat.redports.org/buildarchive/r368491/

Log:
  Switch to USES=libtool:build

Modified:
  head/devel/xparam/Makefile

Modified: head/devel/xparam/Makefile
==============================================================================
--- head/devel/xparam/Makefile	Thu Sep 18 15:53:32 2014	(r368490)
+++ head/devel/xparam/Makefile	Thu Sep 18 15:56:25 2014	(r368491)
@@ -12,9 +12,8 @@ COMMENT=	General-purpose tool for parame
 
 LICENSE=	GPLv2 # (or later)
 
-USES=		gmake libtool
-USE_AUTOTOOLS=	libtoolize
 GNU_CONFIGURE=	yes
+USES=		gmake libtool:build
 USE_LDCONFIG=	yes
 
 post-install:


More information about the svn-ports-head mailing list