diff options
Diffstat (limited to 'emulators/qemu-launcher')
-rw-r--r-- | emulators/qemu-launcher/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/qemu-launcher/Makefile b/emulators/qemu-launcher/Makefile index 5c0ffc748275..3f7d7d8aef70 100644 --- a/emulators/qemu-launcher/Makefile +++ b/emulators/qemu-launcher/Makefile @@ -7,6 +7,7 @@ PORTNAME= qemu-launcher PORTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://emeitner.f2o.org/debian/ DISTNAME= ${PORTNAME}_${PORTVERSION}-1 @@ -15,7 +16,8 @@ MAINTAINER= wxs@csh.rit.edu COMMENT= A GTK front-end to Qemu RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gtk2:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ - ${SITE_PERL}/${PERL_ARCH}/Gtk2/GladeXML/:${PORTSDIR}/x11-toolkits/p5-Glade2 + ${SITE_PERL}/${PERL_ARCH}/Gtk2/GladeXML/:${PORTSDIR}/x11-toolkits/p5-Glade2 \ + ${SITE_PERL}/${PERL_ARCH}/Gnome2.pm:${PORTSDIR}/x11-toolkits/p5-Gnome2 \ WRKSRC= ${WRKDIR}/trunk |