diff options
author | agc <agc@pkgsrc.org> | 2004-04-04 07:09:38 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-04-04 07:09:38 +0000 |
commit | c1b15d9ca12cacd33ff2a5d4d9cc2f336c54c199 (patch) | |
tree | 044503de12353f7124aea89e1933b11ceda551c5 /mk | |
parent | f48d35d92c0f3a103e0705910874dbde5db5e072 (diff) | |
download | pkgsrc-c1b15d9ca12cacd33ff2a5d4d9cc2f336c54c199.tar.gz |
Make USE_XPKGWEDGE default to "yes", as announced on tech-pkg@ last week.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.defaults.mk | 6 | ||||
-rw-r--r-- | mk/bsd.prefs.mk | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk index 4e8390f9911..636d100d187 100644 --- a/mk/bsd.pkg.defaults.mk +++ b/mk/bsd.pkg.defaults.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.defaults.mk,v 1.226 2004/03/29 11:01:24 recht Exp $ +# $NetBSD: bsd.pkg.defaults.mk,v 1.227 2004/04/04 07:09:38 agc Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -167,11 +167,11 @@ CROSSBASE?= ${LOCALBASE}/cross # Possible: any path # Default: ${X11PREFIX} or where lesstif12 is installed -USE_XPKGWEDGE?= no +USE_XPKGWEDGE?= yes # Whether we should use xpkgwedge or not to install all packages into # ${LOCALBASE}. # Possible: yes, no -# Default: no +# Default: yes BSDSRCDIR?= /usr/src # Where the NetBSD src module source tree is located diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk index b3bd1a9f3cc..07c24b59214 100644 --- a/mk/bsd.prefs.mk +++ b/mk/bsd.prefs.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.prefs.mk,v 1.157 2004/03/11 17:53:16 tv Exp $ +# $NetBSD: bsd.prefs.mk,v 1.158 2004/04/04 07:09:38 agc Exp $ # # Make file, included to get the site preferences, if any. Should # only be included by package Makefiles before any .if defined() @@ -319,7 +319,7 @@ CROSSBASE?= ${LOCALBASE}/cross exists(${X11BASE}/lib/X11/config/xpkgwedge.def) USE_XPKGWEDGE= yes .else -USE_XPKGWEDGE?= no +USE_XPKGWEDGE?= yes .endif .if defined(_OPSYS_NEEDS_XPKGWEDGE) && \ |