diff options
author | Juergen Lock <nox@FreeBSD.org> | 2010-04-19 21:07:37 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2010-04-19 21:07:37 +0000 |
commit | f1278862660627294bf1779e978aa84c7540711f (patch) | |
tree | 5d73bd34f41c6299697dbf33b25c7d1dd60c0936 /emulators/qemu/Makefile | |
parent | 8221c92b2e2963abea36c15c49004f8a808bb899 (diff) |
Notes
Diffstat (limited to 'emulators/qemu/Makefile')
-rw-r--r-- | emulators/qemu/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 909cb23b6ad4..d45f44cd59d4 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -7,7 +7,7 @@ PORTNAME= qemu PORTVERSION= 0.11.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SAVANNAH} \ http://bellard.org/qemu/ @@ -19,7 +19,7 @@ COMMENT= QEMU CPU Emulator HAS_CONFIGURE= yes USE_GMAKE= yes -USE_PERL5= yes +USE_PERL5_BUILD= yes PATCH_STRIP= -p1 MAKE_ENV+= BSD_MAKE="${MAKE}" LDFLAGS="${LDFLAGS}" MAN1= qemu.1 qemu-img.1 @@ -41,10 +41,10 @@ OPTIONS= KQEMU "Build with (alpha!) accelerator module" Off \ .include <bsd.port.pre.mk> .if defined(WITHOUT_ALL_TARGETS) -CONFIGURE_ARGS+= --target-list=i386-softmmu,x86_64-softmmu -PLIST_SUB+= ALLTARGETS="@comment " +CONFIGURE_ARGS+= --target-list=i386-softmmu,x86_64-softmmu +PLIST_SUB+= ALLTARGETS="@comment " .else -PLIST_SUB+= ALLTARGETS="" +PLIST_SUB+= ALLTARGETS="" .endif WITHOUT_CPU_CFLAGS=yes #to avoid problems with register allocation |