aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emulators/pcemu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/pcemu/Makefile b/emulators/pcemu/Makefile
index 775c2a97eb91..2c0a7e09a826 100644
--- a/emulators/pcemu/Makefile
+++ b/emulators/pcemu/Makefile
@@ -28,7 +28,7 @@ RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
USE_XORG= x11 xext
MAKE_ENV= FILESDIR=${FILESDIR}
-MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS}"
+MAKE_ARGS= CC="${CC}"
NO_STAGE= yes
.include <bsd.port.mk>