diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 04:36:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 04:36:30 +0000 |
commit | 186b8ba82fdd761aee89704395c52ac809bc7026 (patch) | |
tree | 65c820907a86a7c844ee463115637dde60f2aa36 /lang/gawk | |
parent | 742adcabd74aa0adc91246bae79c97658a078415 (diff) |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
Notes
Notes:
svn path=/head/; revision=99914
Diffstat (limited to 'lang/gawk')
-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> |