aboutsummaryrefslogtreecommitdiff
path: root/emulators/gbe
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-03-07 23:25:59 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-03-07 23:25:59 +0000
commit7a799679dc66fb1df4d6388e23a8c2a5e029827c (patch)
treebc5ecb9c7925bc0f055d0c3950a445e42a283465 /emulators/gbe
parentc1c74a8b9ce00ccbecec60bf55aff5c2e6ad4e2d (diff)
downloadports-7a799679dc66fb1df4d6388e23a8c2a5e029827c.tar.gz
ports-7a799679dc66fb1df4d6388e23a8c2a5e029827c.zip
- Fix build: CPPFLAGS are now part of default MAKE_ENV (trivial fix)
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=270477
Diffstat (limited to 'emulators/gbe')
-rw-r--r--emulators/gbe/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/gbe/Makefile b/emulators/gbe/Makefile
index 41912d7180ae..9eb999d22925 100644
--- a/emulators/gbe/Makefile
+++ b/emulators/gbe/Makefile
@@ -17,8 +17,8 @@ COMMENT= Nintendo GameBoy(tm) emulator with GNU source code
PLIST_FILES= bin/gbe
WRKSRC= ${WRKDIR}/${PORTNAME}
-MAKE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
- LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+MAKE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
USE_XORG= x11