diff options
author | seb <seb@pkgsrc.org> | 2003-05-30 17:52:12 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-05-30 17:52:12 +0000 |
commit | 1daea8f0e4ac838ee98757c6c8f6c261f84b4a61 (patch) | |
tree | accfffa15a0f8c5b5c335513cbe38441fafffe3e /lang/gawk | |
parent | e6e659265d60c88efd0d7dfc53311b0282fc249c (diff) | |
download | pkgsrc-1daea8f0e4ac838ee98757c6c8f6c261f84b4a61.tar.gz |
For the records add GAWK_ENABLE_PORTALS to the build definitions.
Diffstat (limited to 'lang/gawk')
-rw-r--r-- | lang/gawk/Makefile | 3 |
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 |