summaryrefslogtreecommitdiff
path: root/audio/ncmpcpp
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2013-07-16 05:42:36 +0000
committerAde Lovett <ade@FreeBSD.org>2013-07-16 05:42:36 +0000
commitb3b33257e512916a4f977c9026941425a3aa916a (patch)
tree2262a68c0e24ffd52c4e9969c5287660fcb39bb7 /audio/ncmpcpp
parentThis plugin offers sub-ticket feature for managing tickets. (diff)
- Update devel/automake to 1.14
- Update devel/gettext to 0.18.3 - Fix known-broken (from exp-runs) ports - Clean up a lot of cruft in the devel/gettext port itself, based on work from tijl@ PR: 178883 Submitted by: ade Sponsored by: Wadsworth 6X
Notes
Notes: svn path=/head/; revision=323088
Diffstat (limited to 'audio/ncmpcpp')
-rw-r--r--audio/ncmpcpp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/ncmpcpp/Makefile b/audio/ncmpcpp/Makefile
index c5f2c2117304..ab1931d296ff 100644
--- a/audio/ncmpcpp/Makefile
+++ b/audio/ncmpcpp/Makefile
@@ -19,7 +19,8 @@ USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GNOME= glib20
USE_AUTOTOOLS= automake aclocal libtool
-ACLOCAL_ARGS= --acdir=${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal
+AUTOMAKE_ARGS= --add-missing
+ACLOCAL_ARGS= --automake-acdir=${ACLOCAL_DIR} -I ${LOCALBASE}/share/aclocal
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}