diff options
author | agc <agc> | 2004-04-04 07:09:38 +0000 |
---|---|---|
committer | agc <agc> | 2004-04-04 07:09:38 +0000 |
commit | 05ecd7b7849330e1460d83a84ccca387e4d4ba14 (patch) | |
tree | 044503de12353f7124aea89e1933b11ceda551c5 /mk/bsd.pkg.defaults.mk | |
parent | 2dd322165c4a264b4538a82d95cc4fd1ec94473e (diff) | |
download | pkgsrc-05ecd7b7849330e1460d83a84ccca387e4d4ba14.tar.gz |
Make USE_XPKGWEDGE default to "yes", as announced on tech-pkg@ last week.
Diffstat (limited to 'mk/bsd.pkg.defaults.mk')
-rw-r--r-- | mk/bsd.pkg.defaults.mk | 6 |
1 files changed, 3 insertions, 3 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 |