diff options
Diffstat (limited to 'emulators/pearpc/Makefile')
-rw-r--r-- | emulators/pearpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/pearpc/Makefile b/emulators/pearpc/Makefile index 4e85deb336f9..d893ddb03b8b 100644 --- a/emulators/pearpc/Makefile +++ b/emulators/pearpc/Makefile @@ -17,7 +17,7 @@ COMMENT= PowerPC emulator USE_XLIB= yes USE_REINPLACE= yes GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} PKGMESSAGE= ${WRKDIR}/pkg-message MAN1= ppc.1 |