diff options
Diffstat (limited to 'devel/gettext/Makefile')
-rw-r--r-- | devel/gettext/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile index 0f3e5e1be74b..1a0b87fe9820 100644 --- a/devel/gettext/Makefile +++ b/devel/gettext/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gettext -PORTVERSION= 0.17 -PORTREVISION= 1 +PORTVERSION= 0.18 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gettext @@ -19,7 +18,7 @@ MAINTAINER= autotools@FreeBSD.org COMMENT= GNU gettext package USE_ICONV= yes -LIBTOOLFILES= autoconf-lib-link/configure gettext-runtime/configure \ +LIBTOOLFILES= gettext-runtime/configure \ gettext-runtime/libasprintf/configure gettext-tools/configure USE_AUTOTOOLS= libtool:22 CONFIGURE_ENV= ACLOCAL="${TRUE}" \ |