summaryrefslogtreecommitdiff
path: root/graphics/vnc2swf
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-12-15 09:14:18 +0000
committerobache <obache@pkgsrc.org>2011-12-15 09:14:18 +0000
commit024bc3c11750eabb960637b751713d15ef3a4eab (patch)
tree6cc8cd2a94889116bf3458f5ff80a58ce842f814 /graphics/vnc2swf
parent90576c737879e21b991841de79ef689ae499757d (diff)
downloadpkgsrc-024bc3c11750eabb960637b751713d15ef3a4eab.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