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/bsd.prefs.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/bsd.prefs.mk')
-rw-r--r-- | mk/bsd.prefs.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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) && \ |