summaryrefslogtreecommitdiff
path: root/graphics/vnc2swf
diff options
context:
space:
mode:
authorobache <obache>2011-12-15 09:14:18 +0000
committerobache <obache>2011-12-15 09:14:18 +0000
commitec457a98d9d5dddfd03d265ea676d47016e060a4 (patch)
tree6cc8cd2a94889116bf3458f5ff80a58ce842f814 /graphics/vnc2swf
parent4aa7d79bd24aea358debd7138398b1244a4fbe90 (diff)
downloadpkgsrc-ec457a98d9d5dddfd03d265ea676d47016e060a4.tar.gz
check X11_TYPE for dependency condition check of xwininfo.
Diffstat (limited to 'graphics/vnc2swf')
-rw-r--r--graphics/vnc2swf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/vnc2swf/Makefile b/graphics/vnc2swf/Makefile
index 02002aff39a..4c5d4624ea4 100644
--- a/graphics/vnc2swf/Makefile
+++ b/graphics/vnc2swf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2011/12/15 08:34:32 marino Exp $
+# $NetBSD: Makefile,v 1.16 2011/12/15 09:14:18 obache Exp $
#
DISTNAME= vnc2swf-0.5.0
@@ -16,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
.include "../../mk/bsd.fast.prefs.mk"
DEPENDS+= x11vnc-[0-9]*:../../x11/x11vnc
-.if ${X11BASE} == ${LOCALBASE} || !exists(${X11BASE}/bin/xwininfo)
+.if ${X11_TYPE} == "modular" || !exists(${X11BASE}/bin/xwininfo)
DEPENDS+= xwininfo-[0-9]*:../../x11/xwininfo
.endif