aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gawk/Makefile
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2002-06-09 10:30:34 +0800
committerdd <dd@FreeBSD.org>2002-06-09 10:30:34 +0800
commit155d29f4182c8b443de984cb16efa0f463aeebc3 (patch)
tree4a641ffacd5cc5e83918a8945e6bb502707e8797 /lang/gawk/Makefile
parentf1f59f700779b335c206d71e98234383ccdd21e0 (diff)
downloadfreebsd-ports-gnome-155d29f4182c8b443de984cb16efa0f463aeebc3.tar.gz
freebsd-ports-gnome-155d29f4182c8b443de984cb16efa0f463aeebc3.tar.zst
freebsd-ports-gnome-155d29f4182c8b443de984cb16efa0f463aeebc3.zip
Update to 3.1.1.
PR: 38712 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'lang/gawk/Makefile')
-rw-r--r--lang/gawk/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/lang/gawk/Makefile b/lang/gawk/Makefile
index c1b02f223399..6629f568252f 100644
--- a/lang/gawk/Makefile
+++ b/lang/gawk/Makefile
@@ -5,16 +5,20 @@
# $FreeBSD$
PORTNAME= gawk
-PORTVERSION= 3.1.0
+PORTVERSION= 3.1.1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gawk
MAINTAINER= dd@FreeBSD.org
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-bitops \
- --enable-non-decimal-data
+BUILD_DEPENDS= ${LOCALBASE}/lib/libintl.a:${PORTSDIR}/devel/gettext
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \
+ --with-libintl-prefix=${LOCALBASE}
MAN1= gawk.1 igawk.1
+PLIST_SUB= VERSION=${PORTVERSION}
+
.include <bsd.port.mk>