svn commit: r368540 - head/graphics/devil

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Sep 19 07:24:22 UTC 2014


Author: amdmi3
Date: Fri Sep 19 07:24:22 2014
New Revision: 368540
URL: http://svnweb.freebsd.org/changeset/ports/368540
QAT: https://qat.redports.org/buildarchive/r368540/

Log:
  - Switch to USES=autoreconf

Modified:
  head/graphics/devil/Makefile

Modified: head/graphics/devil/Makefile
==============================================================================
--- head/graphics/devil/Makefile	Fri Sep 19 07:23:17 2014	(r368539)
+++ head/graphics/devil/Makefile	Fri Sep 19 07:24:22 2014	(r368540)
@@ -13,10 +13,8 @@ DISTNAME=	DevIL-${PORTVERSION}
 MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	Full featured cross-platform image library
 
-USES=		pkgconfig libtool
-USE_AUTOTOOLS=	aclocal autoheader automake autoconf
-ACLOCAL_ARGS=	-I m4 -I ${LOCALBASE}/share/aclocal
-AUTOMAKE_ARGS=	--add-missing --copy --force-missing
+USES=		autoreconf pkgconfig libtool
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-ILU \
 		--disable-allegro --disable-directx8 --disable-directx9 \
 		--without-libsquish


More information about the svn-ports-head mailing list