svn commit: r382591 - head/graphics/libtxc_dxtn

Baptiste Daroussin bapt at FreeBSD.org
Sun Mar 29 11:38:26 UTC 2015


Author: bapt
Date: Sun Mar 29 11:38:25 2015
New Revision: 382591
URL: https://svnweb.freebsd.org/changeset/ports/382591
QAT: https://qat.redports.org/buildarchive/r382591/

Log:
  Convert to USES=autoreconf

Modified:
  head/graphics/libtxc_dxtn/Makefile

Modified: head/graphics/libtxc_dxtn/Makefile
==============================================================================
--- head/graphics/libtxc_dxtn/Makefile	Sun Mar 29 11:37:03 2015	(r382590)
+++ head/graphics/libtxc_dxtn/Makefile	Sun Mar 29 11:38:25 2015	(r382591)
@@ -18,10 +18,8 @@ GH_PROJECT=	s2tc
 GH_COMMIT=	3d644da
 GH_TAGNAME=	${GH_COMMIT}
 
-USES=		libtool pathfix pkgconfig
+USES=		autoreconf libtool pathfix pkgconfig
 PATHFIX_MAKEFILEIN=Makefile.am
-USE_AUTOTOOLS=	aclocal autoconf libtoolize automake
-AUTOMAKE_ARGS=	--add-missing --copy
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 


More information about the svn-ports-head mailing list