diff -ruN --exclude=CVS /usr/ports/emulators/qemu-devel.orig/Makefile /usr/ports/emulators/qemu-devel/Makefile --- /usr/ports/emulators/qemu-devel.orig/Makefile 2010-04-14 09:04:51.000000000 +0200 +++ /usr/ports/emulators/qemu-devel/Makefile 2010-04-19 14:52:53.136285093 +0200 @@ -22,7 +22,7 @@ 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 @@ .include .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 @@ .endif .if ${ARCH} == "powerpc" -MAKE_ARGS+= ARCH=ppc +MAKE_ARGS+= ARCH=ppc .endif pre-patch: