aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/qemu-launcher
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2012-06-29 02:37:23 +0800
committeraz <az@FreeBSD.org>2012-06-29 02:37:23 +0800
commitd767f0728d3efeb994fab115409d2613056d4dcb (patch)
treefcc23cd040c16dbe5fcf8d453dc0e501e4c30dac /emulators/qemu-launcher
parent22c51e57b674473bf359f08d37a6a1c82ff7bea7 (diff)
downloadfreebsd-ports-gnome-d767f0728d3efeb994fab115409d2613056d4dcb.tar.gz
freebsd-ports-gnome-d767f0728d3efeb994fab115409d2613056d4dcb.tar.zst
freebsd-ports-gnome-d767f0728d3efeb994fab115409d2613056d4dcb.zip
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'emulators/qemu-launcher')
-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