diff options
author | imil <imil@pkgsrc.org> | 2013-05-14 13:56:48 +0000 |
---|---|---|
committer | imil <imil@pkgsrc.org> | 2013-05-14 13:56:48 +0000 |
commit | 0478de172690126b53b1f7e2d6a9b664296fa176 (patch) | |
tree | 0943cfa3ba9d79536330c33c9c253a0501ccf818 /sysutils | |
parent | 2183e2c187ba8dcc8611ac4732b14f4ea7511206 (diff) | |
download | pkgsrc-0478de172690126b53b1f7e2d6a9b664296fa176.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/Makefile | 7 |
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" |