diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2012-03-08 15:27:22 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2012-03-08 15:27:22 +0000 |
commit | b7bffd6e3ab3ce1ab8d97d328ec1a5303916d74a (patch) | |
tree | c518c2e171e60dae26dc170d5b209204ce459f97 /deskutils/vboxgtk | |
parent | b182df0087944a502e651f49573625b5e132802f (diff) |
Notes
Diffstat (limited to 'deskutils/vboxgtk')
-rw-r--r-- | deskutils/vboxgtk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/vboxgtk/Makefile b/deskutils/vboxgtk/Makefile index 62855ea3d183..1d996d248331 100644 --- a/deskutils/vboxgtk/Makefile +++ b/deskutils/vboxgtk/Makefile @@ -7,13 +7,14 @@ PORTNAME= vboxgtk PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= deskutils emulators gnome MASTER_SITES= SF MAINTAINER= avl@FreeBSD.org COMMENT= GTK frontend for VirtualBox -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xpcom/vboxxpcom.py:${PORTSDIR}/emulators/virtualbox-ose +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xpcom/vboxxpcom.py:${PORTSDIR}/emulators/virtualbox-ose-legacy USE_PYTHON= yes USE_GNOME= pygtk2 |