diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-14 02:25:04 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-14 02:25:04 +0800 |
commit | 385bb789b8ce3c0d18bd1e8bcb7586fdd673f164 (patch) | |
tree | 75524d8b4dfba0e8385592ad0bb6f6aba7f1a942 /audio | |
parent | cc0239badc3ba84ad2342490a6c541b51cf209c4 (diff) | |
download | freebsd-ports-gnome-385bb789b8ce3c0d18bd1e8bcb7586fdd673f164.tar.gz freebsd-ports-gnome-385bb789b8ce3c0d18bd1e8bcb7586fdd673f164.tar.zst freebsd-ports-gnome-385bb789b8ce3c0d18bd1e8bcb7586fdd673f164.zip |
Use default LIBTOOLIZE_ARGS
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libtremor/Makefile | 1 | ||||
-rw-r--r-- | audio/pd/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/audio/libtremor/Makefile b/audio/libtremor/Makefile index c7b2a7ea25b5..183d465ce8fd 100644 --- a/audio/libtremor/Makefile +++ b/audio/libtremor/Makefile @@ -16,7 +16,6 @@ WRKSRC= ${WRKDIR}/Tremor USES= libtool tar:tgz USE_AUTOTOOLS= aclocal automake autoconf libtoolize AUTOMAKE_ARGS= -a -c -LIBTOOLIZE_ARGS=-i -c GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/audio/pd/Makefile b/audio/pd/Makefile index 7e64a9df2c15..175ca0326bf9 100644 --- a/audio/pd/Makefile +++ b/audio/pd/Makefile @@ -27,7 +27,6 @@ tclsh_OLD_CMD= /usr/bin/tclsh tclsh_CMD= ${LOCALBASE}/bin/tclsh USE_AUTOTOOLS= aclocal libtoolize autoconf automake ACLOCAL_ARGS= -I m4/generated -I m4 -LIBTOOLIZE_ARGS=--install --copy --force AUTOMAKE_ARGS= --add-missing --copy --force-missing CONFIGURE_ENV= ac_cv_lib_pthread_pthread_create=no |