diff options
author | Ade Lovett <ade@FreeBSD.org> | 2013-07-16 05:42:36 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2013-07-16 05:42:36 +0000 |
commit | b3b33257e512916a4f977c9026941425a3aa916a (patch) | |
tree | 2262a68c0e24ffd52c4e9969c5287660fcb39bb7 /devel/autoconf-wrapper | |
parent | 1babe2feaefe5db9a31b19512e77709289cdf098 (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 'devel/autoconf-wrapper')
-rw-r--r-- | devel/autoconf-wrapper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/autoconf-wrapper/Makefile b/devel/autoconf-wrapper/Makefile index e0bbc9fe704d..d2064d9f2812 100644 --- a/devel/autoconf-wrapper/Makefile +++ b/devel/autoconf-wrapper/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME?= autoconf-wrapper -PORTVERSION= 20101119 +PORTVERSION= 20130530 CATEGORIES= devel MASTER_SITES= # none DISTFILES= # none @@ -14,7 +14,7 @@ NO_BUILD= YES TOOL?= AUTOCONF WRAPPED_TOOLS?= autoconf autoheader autom4te autoreconf autoscan \ - autoupdates ifnames + autoupdate ifnames .include <bsd.port.pre.mk> TOOLS_CASE!= ${ECHO_CMD} ${WRAPPED_TOOLS} | ${TR} ' ' '|' |