summaryrefslogtreecommitdiff
path: root/emulators/qemu-launcher/Makefile
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-06-28 18:37:23 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-06-28 18:37:23 +0000
commit2f57eb092608beb8bbffe9812d1ec7c511510adc (patch)
tree97c05a4ce9683e5d9a23d2f9aae98d4c08cb2f85 /emulators/qemu-launcher/Makefile
parentFix PORTREVISIONs (diff)
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'emulators/qemu-launcher/Makefile')
-rw-r--r--emulators/qemu-launcher/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/qemu-launcher/Makefile b/emulators/qemu-launcher/Makefile
index 0c2b9175f277..418be357e270 100644
--- a/emulators/qemu-launcher/Makefile
+++ b/emulators/qemu-launcher/Makefile
@@ -15,9 +15,9 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
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}/Locale/gettext.pm:${PORTSDIR}/devel/p5-Locale-gettext
+RUN_DEPENDS= p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
+ p5-Glade2>=0:${PORTSDIR}/x11-toolkits/p5-Glade2 \
+ p5-Locale-gettext>=0:${PORTSDIR}/devel/p5-Locale-gettext
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_PERL5= yes