svn commit: r374895 - head/audio/pd

Baptiste Daroussin bapt at FreeBSD.org
Thu Dec 18 11:37:59 UTC 2014


Author: bapt
Date: Thu Dec 18 11:37:58 2014
New Revision: 374895
URL: https://svnweb.freebsd.org/changeset/ports/374895
QAT: https://qat.redports.org/buildarchive/r374895/

Log:
  Convert to USES=autoreconf

Modified:
  head/audio/pd/Makefile

Modified: head/audio/pd/Makefile
==============================================================================
--- head/audio/pd/Makefile	Thu Dec 18 11:35:50 2014	(r374894)
+++ head/audio/pd/Makefile	Thu Dec 18 11:37:58 2014	(r374895)
@@ -19,15 +19,13 @@ RUN_DEPENDS=	xdg-open:${PORTSDIR}/devel/
 
 WRKSRC=		${WRKDIR}/${DISTNAME:S,${DISTVERSIONSUFFIX},,}
 
-USES=		gettext gmake libtool pkgconfig shebangfix tcl:wrapper \
-		tk:wrapper
+USES=		autoreconf gettext gmake libtool pkgconfig shebangfix \
+		tcl:wrapper tk:wrapper
 SHEBANG_FILES=	tcl/pkg_mkIndex.tcl
 SHEBANG_LANG=	tclsh
 tclsh_OLD_CMD=	/usr/bin/tclsh
 tclsh_CMD=	${LOCALBASE}/bin/tclsh
-USE_AUTOTOOLS=	aclocal libtoolize autoconf automake
-ACLOCAL_ARGS=	-I m4/generated -I m4
-AUTOMAKE_ARGS=	--add-missing --copy --force-missing
+GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ac_cv_lib_pthread_pthread_create=no
 
 CPPFLAGS+=	-I${LOCALBASE}/include


More information about the svn-ports-head mailing list