diff options
Diffstat (limited to 'emulators/qemu-launcher/Makefile')
-rw-r--r-- | emulators/qemu-launcher/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/qemu-launcher/Makefile b/emulators/qemu-launcher/Makefile index f2b1ff00b399..0cab9750a4da 100644 --- a/emulators/qemu-launcher/Makefile +++ b/emulators/qemu-launcher/Makefile @@ -15,11 +15,10 @@ RUN_DEPENDS= p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ p5-Locale-gettext>=0:${PORTSDIR}/devel/p5-Locale-gettext WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_PERL5= yes NO_BUILD= yes USE_GNOME= gtk20 INSTALLS_ICONS= yes -USES= gettext +USES= gettext perl5 MAN1= qemu-launcher.1 |