diff options
author | obache <obache> | 2011-12-15 09:14:18 +0000 |
---|---|---|
committer | obache <obache> | 2011-12-15 09:14:18 +0000 |
commit | 87d87cb95ce036463069513152ba70c3da02395c (patch) | |
tree | 6cc8cd2a94889116bf3458f5ff80a58ce842f814 /graphics | |
parent | a38f06ffaf803977ee4e1297849111047ccbad01 (diff) | |
download | pkgsrc-87d87cb95ce036463069513152ba70c3da02395c.tar.gz |
check X11_TYPE for dependency condition check of xwininfo.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/vnc2swf/Makefile | 4 |
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 |