summaryrefslogtreecommitdiff
path: root/graphics/vnc2swf
diff options
context:
space:
mode:
authorobache <obache>2008-02-15 13:33:20 +0000
committerobache <obache>2008-02-15 13:33:20 +0000
commitcbff927937be656467c9b98f353d3cf464b25a99 (patch)
tree89a5a1431005cb3aa10c5498468a0a894db4a961 /graphics/vnc2swf
parent5476c6fa0b39d489896baf1ea6b58dd063ccfe66 (diff)
downloadpkgsrc-cbff927937be656467c9b98f353d3cf464b25a99.tar.gz
Depend on x11/xwininfo if not exists xwininfo (maybe X11TYPE==modular).
Bump PKGREVISION.
Diffstat (limited to 'graphics/vnc2swf')
-rw-r--r--graphics/vnc2swf/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/graphics/vnc2swf/Makefile b/graphics/vnc2swf/Makefile
index ae3a628909d..62d432e709c 100644
--- a/graphics/vnc2swf/Makefile
+++ b/graphics/vnc2swf/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2008/02/15 13:25:53 obache Exp $
+# $NetBSD: Makefile,v 1.10 2008/02/15 13:33:20 obache Exp $
#
DISTNAME= vnc2swf-0.5.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://www.unixuser.org/~euske/vnc2swf/
@@ -12,7 +12,12 @@ COMMENT= Record vnc session as flash movie
PKG_DESTDIR_SUPPORT= user-destdir
+.include "../../mk/bsd.fast.prefs.mk"
+
DEPENDS+= x11vnc-[0-9]*:../../x11/x11vnc
+.if !exists(${X11BASE}/bin/xwininfo)
+DEPENDS+= xwininfo-[0-9]*:../../x11/xwininfo
+.endif
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++