From ec457a98d9d5dddfd03d265ea676d47016e060a4 Mon Sep 17 00:00:00 2001 From: obache Date: Thu, 15 Dec 2011 09:14:18 +0000 Subject: check X11_TYPE for dependency condition check of xwininfo. --- graphics/vnc2swf/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/vnc2swf') 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 -- cgit v1.2.3