summaryrefslogtreecommitdiff
path: root/x11/xextproto
diff options
context:
space:
mode:
authorjoerg <joerg>2006-07-11 14:42:03 +0000
committerjoerg <joerg>2006-07-11 14:42:03 +0000
commit618b2297ce3752b0864f618a6f062a3b7c6f5ea5 (patch)
tree0190bc57d36fec416f1e9fd1df7dfdccaaa161e1 /x11/xextproto
parentce7136f44f4d9a467176c835c76d5a52a7b78549 (diff)
downloadpkgsrc-618b2297ce3752b0864f618a6f062a3b7c6f5ea5.tar.gz
Don't use the builtin framework for the various Xorg components
when X11_TYPE=xorg. Let them include x11.buildlink3.mk directly. Remove the manual USE_BUILTIN declarations from xorg-libs/b3.mk. This fixes a symmetry in the dependency list depending on whether xorg-libs is installed already or not. Discussed with jlam@
Diffstat (limited to 'x11/xextproto')
-rw-r--r--x11/xextproto/buildlink3.mk10
1 files changed, 9 insertions, 1 deletions
diff --git a/x11/xextproto/buildlink3.mk b/x11/xextproto/buildlink3.mk
index c37fdbe7a09..c7a88b4ae32 100644
--- a/x11/xextproto/buildlink3.mk
+++ b/x11/xextproto/buildlink3.mk
@@ -1,4 +1,10 @@
-# $NetBSD: buildlink3.mk,v 1.3 2006/07/08 23:11:16 jlam Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2006/07/11 14:42:04 joerg Exp $
+
+.include "../../mk/bsd.prefs.mk"
+
+.if ${X11_TYPE} == "xorg"
+.include "../../mk/x11.buildlink3.mk"
+.else
BUILDLINK_DEPMETHOD.xextproto?= build
@@ -19,3 +25,5 @@ BUILDLINK_PKGSRCDIR.xextproto?= ../../x11/xextproto
.endif # XEXTPROTO_BUILDLINK3_MK
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
+
+.endif