summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorimil <imil@pkgsrc.org>2013-05-14 13:56:48 +0000
committerimil <imil@pkgsrc.org>2013-05-14 13:56:48 +0000
commitf8c30ca01b4fa86307224099f2954c10ed67f8b5 (patch)
tree0943cfa3ba9d79536330c33c9c253a0501ccf818 /sysutils
parent552c91e71e8d2f158b3d9ed763a2e2d0848d93a3 (diff)
downloadpkgsrc-f8c30ca01b4fa86307224099f2954c10ed67f8b5.tar.gz
Added missing dependencies, pre-requisites from
http://sourceforge.net/apps/trac/openxenmanager/wiki/GettingStarted: py-gtk2, gtk-vnc, shared-mime-info and graphviz.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/openxenmanager/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/sysutils/openxenmanager/Makefile b/sysutils/openxenmanager/Makefile
index 540a389edea..b70b6e0e50a 100644
--- a/sysutils/openxenmanager/Makefile
+++ b/sysutils/openxenmanager/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2012/10/23 19:51:16 asau Exp $
+# $NetBSD: Makefile,v 1.3 2013/05/14 13:56:48 imil Exp $
#
DISTNAME= openxenmanager_0.r80+dfsg.orig
PKGNAME= openxenmanager-0.0.80
+PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/o/openxenmanager/}
@@ -41,4 +42,8 @@ do-install:
${DESTDIR}${PREFIX}/bin/openxenmanager
.include "../../lang/python/application.mk"
+.include "../../x11/py-gtk2/buildlink3.mk"
+.include "../../net/gtk-vnc/buildlink3.mk"
+.include "../../databases/shared-mime-info/buildlink3.mk"
+.include "../../graphics/graphviz/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"