diff options
author | Tim Bishop <tdb@FreeBSD.org> | 2006-01-12 23:03:05 +0000 |
---|---|---|
committer | Tim Bishop <tdb@FreeBSD.org> | 2006-01-12 23:03:05 +0000 |
commit | a686996a9d8527c40a7e8a4a1ca6632529e083f6 (patch) | |
tree | 7083f52f98d8edf9c510ea2b770844a4163913cf /emulators | |
parent | 7f7e0197038af38e1146d348329f4982c6713cc5 (diff) | |
download | ports-a686996a9d8527c40a7e8a4a1ca6632529e083f6.tar.gz ports-a686996a9d8527c40a7e8a4a1ca6632529e083f6.zip |
- Add dependency on devel/p5-Locale-gettext
PR: 91613
Submitted by: Lars Engels <lars.engels@0x20.net>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=153374
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu-launcher/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/qemu-launcher/Makefile b/emulators/qemu-launcher/Makefile index 3f7d7d8aef70..c1b8a4497adc 100644 --- a/emulators/qemu-launcher/Makefile +++ b/emulators/qemu-launcher/Makefile @@ -18,6 +18,7 @@ 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}/Gnome2.pm:${PORTSDIR}/x11-toolkits/p5-Gnome2 \ + ${SITE_PERL}/${PERL_ARCH}/Locale/gettext.pm:${PORTSDIR}/devel/p5-Locale-gettext WRKSRC= ${WRKDIR}/trunk |