summaryrefslogtreecommitdiff
path: root/x11/renderproto
diff options
context:
space:
mode:
authortron <tron>2008-01-07 13:59:35 +0000
committertron <tron>2008-01-07 13:59:35 +0000
commitc0be124b17cf6e72132e386e8ff8c048c8230af2 (patch)
tree64e2d80624a5230463d9fd65f0b2ae2ee6794929 /x11/renderproto
parentb405214e1a5b7bd81935c552474aede681ab449b (diff)
downloadpkgsrc-c0be124b17cf6e72132e386e8ff8c048c8230af2.tar.gz
Unbreak build of a lot of X11 packages on systems which use native X11
(e.g. NetBSD with bundled XFree86). Checking whether "X11_TYPE" is "xorg" is obsolete and *not* equivalent to checking whether we are not using modular X.org.
Diffstat (limited to 'x11/renderproto')
-rw-r--r--x11/renderproto/buildlink3.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/x11/renderproto/buildlink3.mk b/x11/renderproto/buildlink3.mk
index b8f4c6873e2..844dcb58ebe 100644
--- a/x11/renderproto/buildlink3.mk
+++ b/x11/renderproto/buildlink3.mk
@@ -1,11 +1,7 @@
-# $NetBSD: buildlink3.mk,v 1.7 2008/01/06 16:57:43 rillig Exp $
+# $NetBSD: buildlink3.mk,v 1.8 2008/01/07 13:59:36 tron Exp $
.include "../../mk/bsd.fast.prefs.mk"
-.if ${X11_TYPE} != "modular"
-.include "../../mk/x11.buildlink3.mk"
-.else
-
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
RENDERPROTO_BUILDLINK3_MK:= ${RENDERPROTO_BUILDLINK3_MK}+
@@ -24,5 +20,3 @@ BUILDLINK_DEPMETHOD.renderproto?= build
.endif # RENDERPROTO_BUILDLINK3_MK
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
-
-.endif