diff options
author | pav <pav@FreeBSD.org> | 2005-12-31 16:55:14 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-12-31 16:55:14 +0800 |
commit | c97a1b014568c7186c700188569001f7e319ace0 (patch) | |
tree | 1225d7596ccde619468df9480904f71423c918e7 /emulators/qemu-launcher | |
parent | 60a569271b52b02d6f1ed73cb75f70cf66107796 (diff) | |
download | freebsd-ports-gnome-c97a1b014568c7186c700188569001f7e319ace0.tar.gz freebsd-ports-gnome-c97a1b014568c7186c700188569001f7e319ace0.tar.zst freebsd-ports-gnome-c97a1b014568c7186c700188569001f7e319ace0.zip |
- Add missed dependency on p5-Gnome
PR: ports/91096
Submitted by: Wesley Shields <wxs@csh.rit.edu> (maintainer)
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 |