Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Sep 2014 15:56:25 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368491 - head/devel/xparam
Message-ID:  <201409181556.s8IFuPLR013511@svn.freebsd.org>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409181556.s8IFuPLR013511>