summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorseb <seb>2003-05-30 17:52:12 +0000
committerseb <seb>2003-05-30 17:52:12 +0000
commit1fb34154661ce3ad457d2158fcd6378579fecbd7 (patch)
treeaccfffa15a0f8c5b5c335513cbe38441fafffe3e /lang
parent25775df0b342f64817114e3b6850bf975fc0bceb (diff)
downloadpkgsrc-1fb34154661ce3ad457d2158fcd6378579fecbd7.tar.gz
For the records add GAWK_ENABLE_PORTALS to the build definitions.
Diffstat (limited to 'lang')
-rw-r--r--lang/gawk/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gawk/Makefile b/lang/gawk/Makefile
index 21073391bfa..7c5743bab5c 100644
--- a/lang/gawk/Makefile
+++ b/lang/gawk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2002/12/12 03:17:13 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.11 2003/05/30 17:52:12 seb Exp $
# FreeBSD Id: Makefile,v 1.13 1999/01/27 07:41:14 fenner Exp $
DISTNAME= gawk-3.1.1
@@ -23,6 +23,7 @@ TEST_TARGET= check
.include "../../mk/bsd.prefs.mk"
+BUILD_DEFS+= GAWK_ENABLE_PORTALS
.if ${GAWK_ENABLE_PORTALS} == "YES"
CONFIGURE_ARGS+= --enable-portals
.endif