svn commit: r374891 - head/archivers/minizip

Baptiste Daroussin bapt at FreeBSD.org
Thu Dec 18 11:30:22 UTC 2014


Author: bapt
Date: Thu Dec 18 11:30:21 2014
New Revision: 374891
URL: https://svnweb.freebsd.org/changeset/ports/374891
QAT: https://qat.redports.org/buildarchive/r374891/

Log:
  Convert to USES=autoreconf

Modified:
  head/archivers/minizip/Makefile

Modified: head/archivers/minizip/Makefile
==============================================================================
--- head/archivers/minizip/Makefile	Thu Dec 18 11:23:46 2014	(r374890)
+++ head/archivers/minizip/Makefile	Thu Dec 18 11:30:21 2014	(r374891)
@@ -13,10 +13,9 @@ COMMENT=	Zip library and programs from Z
 
 LICENSE=	ZLIB
 
-USES=		libtool pathfix tar:xz
+USES=		autoreconf libtool pathfix tar:xz
 PATHFIX_MAKEFILEIN=	Makefile.am
-USE_AUTOTOOLS=	libtoolize aclocal autoconf automake
-AUTOMAKE_ARGS=	-a -c -f
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-demos
 INSTALL_TARGET=	install-strip
 WRKSRC=		${WRKDIR}/zlib-${PORTVERSION}/contrib/minizip


More information about the svn-ports-head mailing list