diff options
Diffstat (limited to 'lang/gawk/Makefile')
-rw-r--r-- | lang/gawk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gawk/Makefile b/lang/gawk/Makefile index cda276fc9054..b27d8f85dc81 100644 --- a/lang/gawk/Makefile +++ b/lang/gawk/Makefile @@ -6,6 +6,7 @@ PORTNAME= gawk PORTVERSION= 3.1.1 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gawk @@ -13,8 +14,6 @@ MASTER_SITE_SUBDIR= gawk MAINTAINER= dd@FreeBSD.org COMMENT= The GNU version of Awk -BUILD_DEPENDS= ${LOCALBASE}/lib/libintl.a:${PORTSDIR}/devel/gettext-old - .include <bsd.port.pre.mk> .if ${OSVERSION} >= 500039 @@ -27,5 +26,6 @@ CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ MAN1= gawk.1 igawk.1 PLIST_SUB= VERSION=${PORTVERSION} +USE_GETTEXT= yes .include <bsd.port.post.mk> |