Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Apr 2015 12:58:35 +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: r384225 - in head: science/minc2 science/sigrok-firmware security/barnyard2 security/d0_blind_id security/fwbuilder security/libbeid security/opencryptoki security/trousers sysutils/cfe...
Message-ID:  <201504181258.t3ICwZrt046762@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sat Apr 18 12:58:34 2015
New Revision: 384225
URL: https://svnweb.freebsd.org/changeset/ports/384225

Log:
  Convert to USES=autoreconf

Modified:
  head/science/minc2/Makefile
  head/science/sigrok-firmware/Makefile
  head/security/barnyard2/Makefile
  head/security/d0_blind_id/Makefile
  head/security/fwbuilder/Makefile
  head/security/libbeid/Makefile
  head/security/opencryptoki/Makefile
  head/security/trousers/Makefile
  head/sysutils/cfengine36/Makefile
  head/textproc/augeas/Makefile
  head/textproc/exmpp/Makefile
  head/textproc/irstlm/Makefile
  head/textproc/liblrdf/Makefile
  head/textproc/libsass/Makefile
  head/textproc/ots/Makefile
  head/textproc/sassc/Makefile
  head/textproc/sdcv/Makefile
  head/www/cherokee/Makefile
  head/www/e2guardian/Makefile
  head/www/mod_auth_openid/Makefile
  head/www/sams2/Makefile
  head/x11/guake/Makefile

Modified: head/science/minc2/Makefile
==============================================================================
--- head/science/minc2/Makefile	Sat Apr 18 12:41:46 2015	(r384224)
+++ head/science/minc2/Makefile	Sat Apr 18 12:58:34 2015	(r384225)
@@ -23,11 +23,9 @@ GH_ACCOUNT=	BIC-MNI
 GH_TAGNAME=	release-${PORTVERSION}
 GH_COMMIT=	6f2f5b9
 
-USES=		bison gmake libtool perl5 shebangfix
+USES=		autoreconf bison gmake libtool perl5 shebangfix
 SHEBANG_FILES=	progs/mincview/mincview
-USE_AUTOTOOLS=	libtoolize aclocal autoheader automake autoconf
-ACLOCAL_ARGS=	-I m4 --automake-acdir=${ACLOCAL_DIR}
-AUTOMAKE_ARGS=	--add-missing --copy --force-missing
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-shared=yes --enable-static=yes
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes

Modified: head/science/sigrok-firmware/Makefile
==============================================================================
--- head/science/sigrok-firmware/Makefile	Sat Apr 18 12:41:46 2015	(r384224)
+++ head/science/sigrok-firmware/Makefile	Sat Apr 18 12:58:34 2015	(r384225)
@@ -20,11 +20,7 @@ GH_COMMIT=	2632d74
 
 GNU_CONFIGURE=yes
 
-USE_AUTOTOOLS=	libtoolize autoconf autoheader automake aclocal
-
-AUTOMAKE_ARGS=	--add-missing
-
-USES=	gmake
+USES=		autoreconf gmake
 
 FW_FILES=	\
 		LICENSE.Sigma asix-sigma-100.fw asix-sigma-200.fw asix-sigma-50.fw asix-sigma-50sync.fw \

Modified: head/security/barnyard2/Makefile
==============================================================================
--- head/security/barnyard2/Makefile	Sat Apr 18 12:41:46 2015	(r384224)
+++ head/security/barnyard2/Makefile	Sat Apr 18 12:58:34 2015	(r384225)
@@ -32,10 +32,7 @@ OPTIONS_DESC=	Enable tcl support for sgu
 OPTIONS_DEFAULT+=	TCL
 .endif
 
-USE_AUTOTOOLS=	libtoolize aclocal autoheader automake autoconf
-AUTOMAKE_ARGS=	--add-missing --copy
-ACLOCAL_ARGS=	-I m4 -I ${LOCALBASE}/share/aclocal
-
+USES=		autoreconf libtool
 USE_RC_SUBR=	barnyard2
 GNU_CONFIGURE=	yes
 

Modified: head/security/d0_blind_id/Makefile
==============================================================================
--- head/security/d0_blind_id/Makefile	Sat Apr 18 12:41:46 2015	(r384224)
+++ head/security/d0_blind_id/Makefile	Sat Apr 18 12:58:34 2015	(r384225)
@@ -16,14 +16,12 @@ GH_ACCOUNT=	divVerent
 GH_TAGNAME=	${GH_COMMIT}
 GH_COMMIT=	ff1ce7e
 
-USES=		libtool
+USES=		autoreconf libtool
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-openssl
 USE_LDCONFIG=	yes
 USE_OPENSSL=	yes
 
-USE_AUTOTOOLS=	libtoolize aclocal autoconf automake
-AUTOMAKE_ARGS=	--add-missing
-
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so.0
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libd0_rijndael.so.0

Modified: head/security/fwbuilder/Makefile
==============================================================================
--- head/security/fwbuilder/Makefile	Sat Apr 18 12:41:46 2015	(r384224)
+++ head/security/fwbuilder/Makefile	Sat Apr 18 12:58:34 2015	(r384225)
@@ -48,8 +48,8 @@ USE_QT4=	corelib \
 QTDIR?=		${QT_PREFIX}
 
 USE_OPENSSL=	yes
-USES=		gmake libtool
-USE_AUTOTOOLS=	libtoolize aclocal autoconf
+USES=		autoreconf gmake libtool
+GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ \
 		INSTALL_ROOT=${STAGEDIR}
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/security/libbeid/Makefile
==============================================================================
--- head/security/libbeid/Makefile	Sat Apr 18 12:41:46 2015	(r384224)
+++ head/security/libbeid/Makefile	Sat Apr 18 12:58:34 2015	(r384225)
@@ -12,8 +12,7 @@ LICENSE=	LGPL3
 
 LIB_DEPENDS=	libpcsclite.so:${PORTSDIR}/devel/pcsc-lite
 
-USES=		dos2unix libtool pkgconfig tar:xz
-USE_AUTOTOOLS=	autoconf:env automake:env libtoolize:env
+USES=		autoreconf dos2unix libtool pkgconfig tar:xz
 USE_GNOME=	gtk20
 
 DOS2UNIX_FILES=	common/src/datafile.cpp common/src/logbase.cpp \
@@ -28,7 +27,4 @@ post-patch:
 	@${REINPLACE_CMD} -e '/svn_revision/d' -e '/SUBDIRS/s/xpi//' \
 		${WRKSRC}/Makefile.am ${WRKSRC}/configure.ac
 
-pre-configure:
-	@(cd ${WRKSRC} && ${AUTORECONF} -i -f)
-
 .include <bsd.port.mk>

Modified: head/security/opencryptoki/Makefile
==============================================================================
--- head/security/opencryptoki/Makefile	Sat Apr 18 12:41:46 2015	(r384224)
+++ head/security/opencryptoki/Makefile	Sat Apr 18 12:58:34 2015	(r384225)
@@ -17,11 +17,10 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg
 
 LIB_DEPENDS=	libtspi.so:${PORTSDIR}/security/trousers
 
-USES=		alias gmake libtool tar:bzip2
+USES=		alias autoreconf gmake libtool tar:bzip2
 USE_LDCONFIG=	${PREFIX}/lib/opencryptoki
-USE_AUTOTOOLS=	libtoolize aclocal autoconf automake
-AUTOMAKE_ARGS=	-a -c -f
 INSTALL_TARGET=	install-strip
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-swtok --enable-tpmtok \
 		--disable-crtok --disable-aeptok \
 		--disable-ccatok --disable-bcomtok \

Modified: head/security/trousers/Makefile
==============================================================================
--- head/security/trousers/Makefile	Sat Apr 18 12:41:46 2015	(r384224)
+++ head/security/trousers/Makefile	Sat Apr 18 12:58:34 2015	(r384225)
@@ -15,11 +15,9 @@ LICENSE_NAME=	Common Public License
 LICENSE_FILE=	${WRKSRC}/LICENSE
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-USES=		alias gmake iconv libtool pkgconfig
+USES=		alias autoreconf gmake iconv libtool pkgconfig
 USE_OPENSSL=	YES
 USE_LDCONFIG=	YES
-USE_AUTOTOOLS= 	libtoolize aclocal autoconf automake
-AUTOMAKE_ARGS=	-a -c -f
 USE_RC_SUBR=	tcsd
 INSTALL_TARGET=	install-strip
 GNU_CONFIGURE=	YES

Modified: head/sysutils/cfengine36/Makefile
==============================================================================
--- head/sysutils/cfengine36/Makefile	Sat Apr 18 12:41:46 2015	(r384224)
+++ head/sysutils/cfengine36/Makefile	Sat Apr 18 12:58:34 2015	(r384225)
@@ -30,8 +30,7 @@ MAKE_JOBS_UNSAFE=	yes
 USE_LDCONFIG=	yes
 USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
-USES=		cpe gmake libtool
-USE_AUTOTOOLS=	autoconf:env automake:env libtoolize:env
+USES=		autoreconf cpe gmake libtool
 CFLAGS+=	-Wno-return-type
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
@@ -64,7 +63,4 @@ MYSQL_LDFLAGS=		-L${LOCALBASE}/lib/mysql
 LIBVIRT_CONFIGURE_ON=	--with-libvirt=${LOCALBASE}
 LIBVIRT_LIB_DEPENDS+=		libvirt.so:${PORTSDIR}/devel/libvirt
 
-pre-configure:
-	@cd ${WRKSRC}; autoreconf -Wno-portability --force --install -I m4
-
 .include <bsd.port.mk>

Modified: head/textproc/augeas/Makefile
==============================================================================
--- head/textproc/augeas/Makefile	Sat Apr 18 12:41:46 2015	(r384224)
+++ head/textproc/augeas/Makefile	Sat Apr 18 12:58:34 2015	(r384225)
@@ -15,11 +15,9 @@ LICENSE=	LGPL21
 TEST_DEPENDS=	bash:${PORTSDIR}/shells/bash \
 		gsed:${PORTSDIR}/textproc/gsed
 
+GNU_CONFIGURE=	yes
+USES=		autoreconf gmake libtool pkgconfig readline
 USE_GNOME=	libxml2
-USES=		gmake libtool pkgconfig readline
-USE_AUTOTOOLS=	autoconf aclocal autoheader automake libtoolize:env
-ACLOCAL_ARGS=	-I . -I gnulib/m4 -I ${LOCALBASE}/share/aclocal
-AUTOMAKE_ARGS=	--add-missing
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 

Modified: head/textproc/exmpp/Makefile
==============================================================================
--- head/textproc/exmpp/Makefile	Sat Apr 18 12:41:46 2015	(r384224)
+++ head/textproc/exmpp/Makefile	Sat Apr 18 12:58:34 2015	(r384225)
@@ -34,8 +34,7 @@ CONFIGURE_ARGS+=--enable-static=yes \
 		--enable-escaping-using-cdata
 GNU_CONFIGURE_PREFIX=	"${PREFIX}/lib/erlang/lib"
 PLIST_SUB=	VERSION=${PORTVERSION}
-USE_AUTOTOOLS=	autoconf:env automake:env libtoolize:env
-USES=		libtool pkgconfig
+USES=		autoreconf libtool pkgconfig
 USE_OPENSSL=	yes
 
 .include <bsd.port.options.mk>
@@ -48,11 +47,8 @@ CONFIGURE_ARGS+=	--disable-documentation
 
 MAKE_JOBS_UNSAFE=	yes
 
-pre-configure:
-	@cd ${WRKSRC} && ${AUTORECONF} -ivf
-
 post-configure:
-	${MAKE} clean -C ${WRKSRC}
+	${MAKE_CMD} clean -C ${WRKSRC}
 
 post-install:
 .for _file in exmpp_xml_expat_legacy.so exmpp_compress_zlib.so		\

Modified: head/textproc/irstlm/Makefile
==============================================================================
--- head/textproc/irstlm/Makefile	Sat Apr 18 12:41:46 2015	(r384224)
+++ head/textproc/irstlm/Makefile	Sat Apr 18 12:58:34 2015	(r384225)
@@ -3,7 +3,7 @@
 
 PORTNAME=	irstlm
 PORTVERSION=	5.80.03
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=${PORTNAME}/${PORTNAME}/${PORTNAME}-5.80
@@ -16,9 +16,7 @@ RUN_DEPENDS=	${LOCALBASE}/bin/bash:${POR
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-shared
 USE_PERL5=	run
-USE_AUTOTOOLS=	libtoolize aclocal autoconf automake
-AUTOMAKE_ARGS=	--add-missing
-USES=		shebangfix libtool tar:tgz
+USES=		autoreconf libtool perl5 shebangfix tar:tgz
 USE_LDCONFIG=	yes
 SHEBANG_FILES=	scripts/add-start-end.sh scripts/lm-stat.pl scripts/sort-lm.pl scripts/build-lm-qsub.sh scripts/mdtsel.sh scripts/split-dict.pl scripts/build-lm.sh scripts/merge-sublm.pl scripts/split-ngt.sh scripts/build-sublm.pl scripts/ngram-split.pl scripts/goograms2ngrams.pl scripts/rm-start-end.sh
 

Modified: head/textproc/liblrdf/Makefile
==============================================================================
--- head/textproc/liblrdf/Makefile	Sat Apr 18 12:41:46 2015	(r384224)
+++ head/textproc/liblrdf/Makefile	Sat Apr 18 12:58:34 2015	(r384225)
@@ -16,10 +16,8 @@ LIB_DEPENDS=	libicuuc.so:${PORTSDIR}/dev
 		libcurl.so:${PORTSDIR}/ftp/curl \
 		libraptor2.so:${PORTSDIR}/textproc/raptor2
 
-USE_AUTOTOOLS=	libtoolize aclocal autoconf autoheader automake
-AUTOMAKE_ARGS=	--add-missing --copy --force
 GNU_CONFIGURE=	yes
-USES=		iconv libtool pathfix pkgconfig
+USES=		autoreconf iconv libtool pathfix pkgconfig
 USE_GNOME=	libxml2 libxslt
 USE_LDCONFIG=	yes
 USE_OPENSSL=	yes

Modified: head/textproc/libsass/Makefile
==============================================================================
--- head/textproc/libsass/Makefile	Sat Apr 18 12:41:46 2015	(r384224)
+++ head/textproc/libsass/Makefile	Sat Apr 18 12:58:34 2015	(r384225)
@@ -11,18 +11,17 @@ COMMENT=	C/C++ implementation of a Sass 
 
 LICENSE=	MIT
 
-AUTOMAKE_ARGS=	--add-missing
-
 GH_ACCOUNT=	sass
 GH_COMMIT=	0388a62
 GH_TAGNAME=	v${PORTVERSION}
 
+GNU_CONFIGURE=	yes
+
 INSTALL_TARGET=	install-strip
 
 PATHFIX_MAKEFILEIN=	Makefile.am
 
-USES=		libtool pathfix
-USE_AUTOTOOLS=	aclocal autoconf autoheader automake libtoolize
+USES=		autoreconf libtool pathfix
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes
 

Modified: head/textproc/ots/Makefile
==============================================================================
--- head/textproc/ots/Makefile	Sat Apr 18 12:41:46 2015	(r384224)
+++ head/textproc/ots/Makefile	Sat Apr 18 12:58:34 2015	(r384225)
@@ -12,10 +12,8 @@ COMMENT=	Open Text Summarizer
 
 LIB_DEPENDS=	libpopt.so:${PORTSDIR}/devel/popt
 
-USES=		gettext libtool pathfix pkgconfig
+USES=		autoreconf gettext libtool pathfix pkgconfig
 PATHFIX_MAKEFILEIN=	Makefile.am
-USE_AUTOTOOLS=	libtoolize aclocal autoconf autoheader automake
-AUTOMAKE_ARGS=	-a -c -f
 USE_GNOME=	glib20 libxml2
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes

Modified: head/textproc/sassc/Makefile
==============================================================================
--- head/textproc/sassc/Makefile	Sat Apr 18 12:41:46 2015	(r384224)
+++ head/textproc/sassc/Makefile	Sat Apr 18 12:58:34 2015	(r384225)
@@ -13,19 +13,16 @@ LICENSE=	MIT
 
 LIB_DEPENDS=	libsass.so:${PORTSDIR}/textproc/libsass
 
-AUTOMAKE_ARGS=	--add-missing
-
-CPPFLAGS+=	-I${LOCALBASE}/include
-
+USE_GITHUB=	yes
 GH_ACCOUNT=	sass
 GH_COMMIT=	9451dd7
 GH_TAGNAME=	v${PORTVERSION}
 
+GNU_CONFIGURE=	yes
+CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+USES=		autoreconf libtool
 
 PLIST_FILES=	bin/sassc
 
-USE_AUTOTOOLS=	aclocal autoconf autoheader automake libtoolize
-USE_GITHUB=	yes
-
 .include <bsd.port.mk>

Modified: head/textproc/sdcv/Makefile
==============================================================================
--- head/textproc/sdcv/Makefile	Sat Apr 18 12:41:46 2015	(r384224)
+++ head/textproc/sdcv/Makefile	Sat Apr 18 12:58:34 2015	(r384225)
@@ -12,11 +12,9 @@ COMMENT=	Text-based utility for work wit
 
 LICENSE=	GPLv2 # (or later)
 
-USES=		gettext pkgconfig readline tar:bzip2
+GNU_CONFIGURE=	yes
+USES=		autoreconf gettext pkgconfig readline tar:bzip2
 USE_GNOME=	glib20
-USE_AUTOTOOLS=	libtoolize aclocal automake autoconf
-ACLOCAL_ARGS=	--automake-acdir=${ACLOCAL_DIR} -I m4
-AUTOMAKE_ARGS=	--add-missing --copy
 
 SUB_FILES=	pkg-message
 

Modified: head/www/cherokee/Makefile
==============================================================================
--- head/www/cherokee/Makefile	Sat Apr 18 12:41:46 2015	(r384224)
+++ head/www/cherokee/Makefile	Sat Apr 18 12:58:34 2015	(r384225)
@@ -17,8 +17,8 @@ GH_PROJECT=	webserver
 GH_TAGNAME=	${PORTVERSION:S/^/v/}
 GH_COMMIT=	e5583c6
 
-USES=		gettext gmake libtool pathfix pkgconfig python:2,build \
-		shebangfix
+USES=		autoreconf gettext gmake libtool pathfix pkgconfig \
+		python:2,build shebangfix
 SHEBANG_FILES=	admin/CTK/CTK-run.pre admin/server.py \
 		admin/upgrade_config.py cherokee/cherokee-admin-launcher \
 		cherokee/cherokee-tweak contrib/tracelor.py \
@@ -29,8 +29,7 @@ SHEBANG_FILES=	admin/CTK/CTK-run.pre adm
 python_CMD=	${PYTHON_CMD}
 USE_RC_SUBR=	cherokee
 USE_OPENSSL=	yes
-USE_AUTOTOOLS=	libtoolize aclocal automake autoheader autoconf
-AUTOMAKE_ARGS=	--add-missing --copy --foreign
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-silent-rules \
 		--disable-static \
 		--localstatedir=${CHEROKEE_VARDIR} \

Modified: head/www/e2guardian/Makefile
==============================================================================
--- head/www/e2guardian/Makefile	Sat Apr 18 12:41:46 2015	(r384224)
+++ head/www/e2guardian/Makefile	Sat Apr 18 12:58:34 2015	(r384225)
@@ -16,11 +16,8 @@ LIB_DEPENDS=	libpcre.so:${PORTSDIR}/deve
 
 USE_GITHUB=	yes
 GH_TAGNAME=	${PORTVERSION:S/^/v/}
-USES=		pkgconfig iconv
-HAS_CONFIGURE=	yes
-USE_AUTOTOOLS=	aclocal libtoolize autoheader automake autoconf
-ACLOCAL_ARGS=	-I m4
-AUTOMAKE_ARGS=	--add-missing --copy --foreign
+USES=		autoreconf iconv pkgconfig
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--localstatedir=/var \
 		--with-logdir=/var/log \
 		--with-piddir=/var/run \

Modified: head/www/mod_auth_openid/Makefile
==============================================================================
--- head/www/mod_auth_openid/Makefile	Sat Apr 18 12:41:46 2015	(r384224)
+++ head/www/mod_auth_openid/Makefile	Sat Apr 18 12:58:34 2015	(r384225)
@@ -20,9 +20,7 @@ GH_COMMIT=	22d1719
 PLIST_FILES=	${APACHEMODDIR}/mod_auth_openid.so
 
 USE_APACHE=	22+
-USES=		gmake pkgconfig libtool
-USE_AUTOTOOLS=	aclocal libtoolize autoconf automake autoheader
-AUTOMAKE_ARGS=	--add-missing
+USES=		autoreconf gmake libtool pkgconfig
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-pcre=${LOCALBASE}
 

Modified: head/www/sams2/Makefile
==============================================================================
--- head/www/sams2/Makefile	Sat Apr 18 12:41:46 2015	(r384224)
+++ head/www/sams2/Makefile	Sat Apr 18 12:58:34 2015	(r384225)
@@ -14,8 +14,7 @@ LICENSE=	BSD4CLAUSE
 LIB_DEPENDS=	libpcre.so:${PORTSDIR}/devel/pcre
 RUN_DEPENDS=	${LOCALBASE}/libexec/mysqld:${PORTSDIR}/${_MYSQL_SERVER}
 
-USES=		gmake libtool tar:bzip2
-USE_AUTOTOOLS=	aclocal libtoolize
+USES=		autoreconf gmake libtool tar:bzip2
 USE_LDCONFIG=	yes
 USE_PHP=	gd mysql zlib
 USE_MYSQL=	yes
@@ -47,11 +46,6 @@ AP24=		""
 .  endif
 .endif
 
-do-configure:
-	(cd ${WRKSRC} && make -f Makefile.cvs)
-	(cd ${WRKSRC} && \
-		${SETENV} ${CONFIGURE_ENV} ./configure ${CONFIGURE_ARGS})
-
 post-install:
 	${INSTALL_SCRIPT} ${FILESDIR}/sams2 ${STAGEDIR}${PREFIX}/etc/rc.d/
 	${INSTALL_DATA} ${WRKDIR}/sams2.conf.sample ${STAGEDIR}${PREFIX}/etc

Modified: head/x11/guake/Makefile
==============================================================================
--- head/x11/guake/Makefile	Sat Apr 18 12:41:46 2015	(r384224)
+++ head/x11/guake/Makefile	Sat Apr 18 12:58:34 2015	(r384225)
@@ -42,8 +42,8 @@ OPTIONS_SUB=	NLS
 
 PLIST_SUB+=	DESKTOPDIR="${DESKTOPDIR:S,${PREFIX}/,,}"
 
-USES=		desktop-file-utils gettext gmake libtool pkgconfig python:2
-USE_AUTOTOOLS=	autoconf:env automake:env libtoolize:env
+USES=		autoreconf:build desktop-file-utils gettext gmake libtool \
+		pkgconfig python:2
 USE_GITHUB=	yes
 USE_GNOME=	gtk20 pygnome2
 



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