Date: Thu, 18 Dec 2014 11:37:59 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374895 - head/audio/pd Message-ID: <201412181137.sBIBbxI0012254@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412181137.sBIBbxI0012254>