svn commit: r382510 - head/devel/ding-libs

Baptiste Daroussin bapt at FreeBSD.org
Sat Mar 28 15:37:33 UTC 2015


Author: bapt
Date: Sat Mar 28 15:37:32 2015
New Revision: 382510
URL: https://svnweb.freebsd.org/changeset/ports/382510
QAT: https://qat.redports.org/buildarchive/r382510/

Log:
  Convert to USES=autoreconf

Modified:
  head/devel/ding-libs/Makefile

Modified: head/devel/ding-libs/Makefile
==============================================================================
--- head/devel/ding-libs/Makefile	Sat Mar 28 15:36:04 2015	(r382509)
+++ head/devel/ding-libs/Makefile	Sat Mar 28 15:37:32 2015	(r382510)
@@ -17,10 +17,7 @@ GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib ${ICONV_LIB} -lintl
 
-USE_AUTOTOOLS=	libtoolize aclocal autoconf autoheader automake
-AUTOMAKE_ARGS=	-a -c -f
-
-USES=		iconv gettext libtool pkgconfig
+USES=		autoreconf iconv gettext libtool pkgconfig
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 


More information about the svn-ports-head mailing list