summaryrefslogtreecommitdiff
path: root/x11/xcursor
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-17 09:13:33 +0000
committerjlam <jlam>2004-02-17 09:13:33 +0000
commit50ad8dd43dbfdd65afc8aa95a7b46ed77a0b1151 (patch)
tree79add5a0e75387254da41f7bae99b834a6966c6b /x11/xcursor
parent5663021511571cc000c4ffaefaca36705a6dfa0a (diff)
downloadpkgsrc-50ad8dd43dbfdd65afc8aa95a7b46ed77a0b1151.tar.gz
Don't include other buildlink3.mk files if we're just checking whether the
software is built-in.
Diffstat (limited to 'x11/xcursor')
-rw-r--r--x11/xcursor/buildlink3.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/x11/xcursor/buildlink3.mk b/x11/xcursor/buildlink3.mk
index 261fb549486..77dd523712d 100644
--- a/x11/xcursor/buildlink3.mk
+++ b/x11/xcursor/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.5 2004/02/16 23:16:02 jlam Exp $
+# $NetBSD: buildlink3.mk,v 1.6 2004/02/17 09:13:33 jlam Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
XCURSOR_BUILDLINK3_MK:= ${XCURSOR_BUILDLINK3_MK}+
@@ -90,9 +90,11 @@ BUILDLINK_DEPENDS.xcursor+= xcursor>=1.1.1
. if !empty(BUILDLINK_USE_BUILTIN.xcursor:M[yY][eE][sS])
BUILDLINK_PREFIX.xcursor= ${X11BASE}
. else
+. if !empty(BUILDLINK_CHECK_BUILTIN.xcursor:M[nN][oO])
BUILDLINK_DEPENDS.Xrender+= Xrender>=0.8
-. include "../../x11/Xfixes/buildlink3.mk"
-. include "../../x11/Xrender/buildlink3.mk"
+. include "../../x11/Xfixes/buildlink3.mk"
+. include "../../x11/Xrender/buildlink3.mk"
+. endif
. endif
USE_X11= yes
.endif # XCURSOR_BUILDLINK3_MK