diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-18 19:37:58 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-18 19:37:58 +0800 |
commit | 51439a95b4a05bd06859ec24b21643cc33109632 (patch) | |
tree | 36e0e1ac79a2d20ea893aada47825876d464f756 /audio | |
parent | 32c0ec50848ad5990d73d5f57e109b2807d10024 (diff) | |
download | freebsd-ports-gnome-51439a95b4a05bd06859ec24b21643cc33109632.tar.gz freebsd-ports-gnome-51439a95b4a05bd06859ec24b21643cc33109632.tar.zst freebsd-ports-gnome-51439a95b4a05bd06859ec24b21643cc33109632.zip |
Convert to USES=autoreconf
Diffstat (limited to 'audio')
-rw-r--r-- | audio/pd/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/audio/pd/Makefile b/audio/pd/Makefile index c2663ddec858..54c4e1cd85b2 100644 --- a/audio/pd/Makefile +++ b/audio/pd/Makefile @@ -19,15 +19,13 @@ RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils \ 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 |