diff options
author | obache <obache@pkgsrc.org> | 2008-02-15 13:33:20 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-02-15 13:33:20 +0000 |
commit | a08e0f1c740e9ae821b33d7bdd1564430395199e (patch) | |
tree | 89a5a1431005cb3aa10c5498468a0a894db4a961 /graphics/vnc2swf | |
parent | 748df3e8c58acb92ee8ac9a75ee000621ab81af8 (diff) | |
download | pkgsrc-a08e0f1c740e9ae821b33d7bdd1564430395199e.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/Makefile | 9 |
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++ |