summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-14 07:25:24 +0000
committerjlam <jlam>2005-06-14 07:25:24 +0000
commit04a36c07e64e9ba2988805216eb5ddd7fc62b9dd (patch)
tree4cc04608bfbb51425c4a908c7253801355d271be /mk/bsd.prefs.mk
parent4a28fd29293c2049a4cf100d459622cb1d1ec6c5 (diff)
downloadpkgsrc-04a36c07e64e9ba2988805216eb5ddd7fc62b9dd.tar.gz
Require xpkgwedge>=1.13 when used as a build dependency so that the
correct make(1) program is invoked by pkgxmkmf.
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r--mk/bsd.prefs.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index 54cf66d5a32..c5392bee06b 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.194 2005/06/01 17:05:19 jlam Exp $
+# $NetBSD: bsd.prefs.mk,v 1.195 2005/06/14 07:25:24 jlam Exp $
#
# Make file, included to get the site preferences, if any. Should
# only be included by package Makefiles before any .if defined()
@@ -385,7 +385,6 @@ USE_XPKGWEDGE= yes
.if ${PKG_INSTALLATION_TYPE} == "pkgviews"
USE_XPKGWEDGE= yes
-_XPKGWEDGE_REQD= 1.9
.endif
# Set X11PREFIX to reflect the install directory of X11 packages.