diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /emulators/qemu-launcher/Makefile | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) |
Notes
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 66f01f5d4f6f..49f41d0e7eac 100644 --- a/emulators/qemu-launcher/Makefile +++ b/emulators/qemu-launcher/Makefile @@ -10,9 +10,9 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GTK front-end to Qemu -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 +RUN_DEPENDS= p5-Gtk2>=0:x11-toolkits/p5-Gtk2 \ + p5-Glade2>=0:x11-toolkits/p5-Glade2 \ + p5-Locale-gettext>=0:devel/p5-Locale-gettext WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_BUILD= yes |