diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-28 18:37:23 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-28 18:37:23 +0000 |
commit | 2f57eb092608beb8bbffe9812d1ec7c511510adc (patch) | |
tree | 97c05a4ce9683e5d9a23d2f9aae98d4c08cb2f85 /emulators/qemu-launcher/Makefile | |
parent | Fix PORTREVISIONs (diff) |
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'emulators/qemu-launcher/Makefile')
-rw-r--r-- | emulators/qemu-launcher/Makefile | 6 |
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 |