diff options
author | jlam <jlam> | 2006-01-12 18:39:13 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-01-12 18:39:13 +0000 |
commit | ebab1aabac70082de37c6fc538a4f8466ec76714 (patch) | |
tree | a7c00aaabc8b7c7f13ac85456065cfbf4fe8e76f | |
parent | 2f6862fd54f5f07fca31525dbb01380d184deb6c (diff) | |
download | pkgsrc-ebab1aabac70082de37c6fc538a4f8466ec76714.tar.gz |
Don't ever depend on xpkgwedge if we're building xpkgwedge.
-rw-r--r-- | mk/bsd.pkg.use.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/bsd.pkg.use.mk b/mk/bsd.pkg.use.mk index f7ffd8d9731..babadb85a43 100644 --- a/mk/bsd.pkg.use.mk +++ b/mk/bsd.pkg.use.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.use.mk,v 1.25 2005/12/05 22:07:07 rillig Exp $ +# $NetBSD: bsd.pkg.use.mk,v 1.26 2006/01/12 18:39:13 jlam Exp $ # # Turn USE_* macros into proper depedency logic. Included near the top of # bsd.pkg.mk, after bsd.prefs.mk. @@ -129,6 +129,7 @@ RMAN?= ${X11BASE}/bin/rman .if (defined(USE_X11BASE) || \ defined(USE_IMAKE) || !empty(USE_TOOLS:Mimake) || \ !empty(USE_TOOLS:Mimake\:*:Nimake\:pkgsrc)) && \ + empty(PKGPATH:Mpkgtools/xpkgwedge) && \ !empty(USE_XPKGWEDGE:M[yY][eE][sS]) BUILD_DEPENDS+= xpkgwedge>=${_XPKGWEDGE_REQD:U1.14}:../../pkgtools/xpkgwedge .endif |