diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-17 00:45:35 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-17 00:45:35 +0800 |
commit | 8a97294176dc73b4561ed2402dc5453250075385 (patch) | |
tree | 62ec5ad5c85e69fd9755b85db994f8c7042a1fc0 /emulators/qemu-devel | |
parent | c2a9f33f2d93e1b5f33bb630e61a261db891265a (diff) | |
download | freebsd-ports-gnome-8a97294176dc73b4561ed2402dc5453250075385.tar.gz freebsd-ports-gnome-8a97294176dc73b4561ed2402dc5453250075385.tar.zst freebsd-ports-gnome-8a97294176dc73b4561ed2402dc5453250075385.zip |
Convert to new perl framework
Convert USE_GMAKE to USES
Diffstat (limited to 'emulators/qemu-devel')
-rw-r--r-- | emulators/qemu-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 48a84097ee2b..1e4c411be16e 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -18,8 +18,8 @@ LIB_DEPENDS= pixman-1:${PORTSDIR}/x11/pixman HAS_CONFIGURE= yes USE_BZIP2= yes -USES= gmake pkgconfig bison -USE_PERL5_BUILD= yes +USES= gmake pkgconfig bison perl5 +USE_PERL5= build USE_PYTHON_BUILD= -2.7 USE_GNOME+= glib20 PATCH_STRIP= -p1 |