summaryrefslogtreecommitdiff
path: root/lang/gawk
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-04 04:36:30 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-04 04:36:30 +0000
commit186b8ba82fdd761aee89704395c52ac809bc7026 (patch)
tree65c820907a86a7c844ee463115637dde60f2aa36 /lang/gawk
parent* Add a new bsd.php.mk that takes the place of lang/php4/bsd.php.mk [1] (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/Makefile4
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>