diff options
author | dillo <dillo@pkgsrc.org> | 2005-05-31 10:01:36 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2005-05-31 10:01:36 +0000 |
commit | f81ae835adc78533f22ce227d12d3f56e6076f1a (patch) | |
tree | 54f5cc64fe8b06d4695748b3d5b9967e8c030117 /lang/gawk | |
parent | 79084c0d28dd7c904bebb1b7d09f66fa505cfc47 (diff) | |
download | pkgsrc-f81ae835adc78533f22ce227d12d3f56e6076f1a.tar.gz |
Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also,
make use of PKG_OPTIONS_LEGACY_VARS.
Reviewed by wiz.
Diffstat (limited to 'lang/gawk')
-rw-r--r-- | lang/gawk/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lang/gawk/Makefile b/lang/gawk/Makefile index e34a7a6dd6d..1aadffe1146 100644 --- a/lang/gawk/Makefile +++ b/lang/gawk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2005/04/11 21:46:13 tv Exp $ +# $NetBSD: Makefile,v 1.29 2005/05/31 10:01:37 dillo Exp $ # DISTNAME= gawk-3.1.4 @@ -26,12 +26,9 @@ MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" .include "../../mk/bsd.prefs.mk" -.if !empty(GAWK_ENABLE_PORTALS:M[Yy][Ee][Ss]) -PKG_DEFAULT_OPTIONS+= portals -.endif - PKG_OPTIONS_VAR= PKG_OPTIONS.gawk PKG_SUPPORTED_OPTIONS= portals +PKG_OPTIONS_LEGACY_VARS+= GAWK_ENABLE_PORTALS:portals .include "../../mk/bsd.options.mk" |