summaryrefslogtreecommitdiff
path: root/x11/renderproto
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2008-01-06 16:57:41 +0000
committerrillig <rillig@pkgsrc.org>2008-01-06 16:57:41 +0000
commit3842f2df7a184d34730e79dd09d05fe337363e51 (patch)
tree04ffcd5de4b66a99bfbd67745bb348bc3a78b71b /x11/renderproto
parent371664823b6b8029778eab98f4cd48ade2b10474 (diff)
downloadpkgsrc-3842f2df7a184d34730e79dd09d05fe337363e51.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