diff options
author | dillo <dillo> | 2005-05-31 10:01:36 +0000 |
---|---|---|
committer | dillo <dillo> | 2005-05-31 10:01:36 +0000 |
commit | 3d75323aa5391188ab027b2688faacf8286ace0c (patch) | |
tree | 54f5cc64fe8b06d4695748b3d5b9967e8c030117 /lang/gawk/Makefile | |
parent | 12f654f60a47071640b457d59c5edb54b8757615 (diff) | |
download | pkgsrc-3d75323aa5391188ab027b2688faacf8286ace0c.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/Makefile')
-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" |