diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-13 18:25:04 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-13 18:25:04 +0000 |
commit | a5bee80ce4fb7f1f65014eea6f67539f4089937a (patch) | |
tree | 75524d8b4dfba0e8385592ad0bb6f6aba7f1a942 /audio/pd | |
parent | 22694151442ff0e618cd8c95890c9034b8d21f87 (diff) |
Use default LIBTOOLIZE_ARGS
Notes
Notes:
svn path=/head/; revision=368126
Diffstat (limited to 'audio/pd')
-rw-r--r-- | audio/pd/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 |