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-devel/Makefile | |
parent | - Mark BROKEN: does not compile on amd64 (diff) |
- These only need perl as build dep so change them to USE_PERL5_BUILD.
- Some whitespace fixes.
- Bump PORTREVISION.
PR: ports/145838 ports/145839
Submitted by: Bapt <baptiste.daroussin@gmail.com>
Diffstat (limited to 'emulators/qemu-devel/Makefile')
-rw-r--r-- | emulators/qemu-devel/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 4b525220f59d..6ed508211d4a 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= qemu PORTVERSION= 0.12.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SAVANNAH}:release \ ${MASTER_SITE_LOCAL}:snapshot \ @@ -22,7 +22,7 @@ COMMENT= QEMU CPU Emulator - development snapshot 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 @@ -43,10 +43,10 @@ OPTIONS= RTL8139_TIMER "allow use of re(4) nic with FreeBSD guests" 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 @@ -95,7 +95,7 @@ MAKE_ARGS+= ARCH=x86_64 .endif .if ${ARCH} == "powerpc" -MAKE_ARGS+= ARCH=ppc +MAKE_ARGS+= ARCH=ppc .endif pre-patch: |