summaryrefslogtreecommitdiff
path: root/x11/renderproto
diff options
context:
space:
mode:
authorrillig <rillig>2008-01-06 16:57:41 +0000
committerrillig <rillig>2008-01-06 16:57:41 +0000
commitb4ebd808f78447dada2715f8782bd7671cf7b753 (patch)
tree04ffcd5de4b66a99bfbd67745bb348bc3a78b71b /x11/renderproto
parent47982e4112c6c0305c3d6d1e0bff25e02707d720 (diff)
downloadpkgsrc-b4ebd808f78447dada2715f8782bd7671cf7b753.tar.gz
Since X11_TYPE cannot be "xorg", there's no point in checking for that
condition. What was really meant is X11_TYPE != "modular".
Diffstat (limited to 'x11/renderproto')
-rw-r--r--x11/renderproto/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/renderproto/buildlink3.mk b/x11/renderproto/buildlink3.mk
index ff127c0d786..b8f4c6873e2 100644
--- a/x11/renderproto/buildlink3.mk
+++ b/x11/renderproto/buildlink3.mk
@@ -1,8 +1,8 @@
-# $NetBSD: buildlink3.mk,v 1.6 2006/12/12 21:52:38 joerg Exp $
+# $NetBSD: buildlink3.mk,v 1.7 2008/01/06 16:57:43 rillig Exp $
.include "../../mk/bsd.fast.prefs.mk"
-.if ${X11_TYPE} == "xorg"
+.if ${X11_TYPE} != "modular"
.include "../../mk/x11.buildlink3.mk"
.else