diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-16 16:45:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-16 16:45:35 +0000 |
commit | cddacdc1a85e239682053f3716b7c685f422ebf4 (patch) | |
tree | 62ec5ad5c85e69fd9755b85db994f8c7042a1fc0 /emulators/qemu | |
parent | 1f7b0d3e1b562bcd76f89ebdbd346571511c07c0 (diff) |
Notes
Diffstat (limited to 'emulators/qemu')
-rw-r--r-- | emulators/qemu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 51c276d21e28..02c52fbd38e5 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -15,8 +15,8 @@ COMMENT= QEMU CPU Emulator HAS_CONFIGURE= yes USE_GCC= any -USE_GMAKE= yes -USE_PERL5_BUILD= yes +USES= gmake perl5 +USE_PERL5= build PATCH_STRIP= -p1 MAKE_ENV+= BSD_MAKE="${MAKE}" MAN1= qemu.1 qemu-img.1 |