aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2013-07-16 13:42:36 +0800
committerade <ade@FreeBSD.org>2013-07-16 13:42:36 +0800
commitd1f1a19cc01298348afbd7b6ab8d52256df8467d (patch)
tree2262a68c0e24ffd52c4e9969c5287660fcb39bb7 /net
parentca04376785301224bb00797bd6c8392ac2d1c901 (diff)
downloadfreebsd-ports-gnome-d1f1a19cc01298348afbd7b6ab8d52256df8467d.tar.gz
freebsd-ports-gnome-d1f1a19cc01298348afbd7b6ab8d52256df8467d.tar.zst
freebsd-ports-gnome-d1f1a19cc01298348afbd7b6ab8d52256df8467d.zip
- 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
Diffstat (limited to 'net')
-rw-r--r--net/nss_ldap/Makefile1
-rw-r--r--net/ntp-devel/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/net/nss_ldap/Makefile b/net/nss_ldap/Makefile
index eb98389beb74..696b115576ad 100644
--- a/net/nss_ldap/Makefile
+++ b/net/nss_ldap/Makefile
@@ -19,6 +19,7 @@ NSS_LDAP_VERSION=265
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_AUTOTOOLS= automake aclocal autoconf autoheader
+AUTOMAKE_ARGS= --add-missing
USE_LDCONFIG= yes
USE_OPENLDAP= yes
diff --git a/net/ntp-devel/Makefile b/net/ntp-devel/Makefile
index 9a9669bb51b3..44bdaa797662 100644
--- a/net/ntp-devel/Makefile
+++ b/net/ntp-devel/Makefile
@@ -18,6 +18,7 @@ LATEST_LINK= ${PORTNAME}-dev
GNU_CONFIGURE= yes
USE_AUTOTOOLS= automake libtool
+AUTOMAKE_ARGS= --add-missing
USES= pathfix
LIB_DEPENDS= event-2.0:${PORTSDIR}/devel/libevent2