aboutsummaryrefslogtreecommitdiff
path: root/emulators/pcemu
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-07-31 07:43:12 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-07-31 07:43:12 +0000
commit1aedb04602293097efc1a1c659fe8bfd938bb247 (patch)
tree0ef363d23acd54fcab1cc7b7092b3061c5275f62 /emulators/pcemu
parentf34f67cc71d7850aab192afe72a3ae0c5f3f8d11 (diff)
downloadports-1aedb04602293097efc1a1c659fe8bfd938bb247.tar.gz
ports-1aedb04602293097efc1a1c659fe8bfd938bb247.zip
Notes
Diffstat (limited to 'emulators/pcemu')
-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>