summaryrefslogtreecommitdiffstats
path: root/games/bloboats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-07-25 12:24:09 +0000
committerpav <pav@FreeBSD.org>2008-07-25 12:24:09 +0000
commite3b31366702ca258f6d6ffde4be5684ce7083f2c (patch)
treef06f7152ec73cff1da1d55ed8fb1cbbec58110f9 /games/bloboats
parent416754ba19d48426d074519ec04ce7a38f75dd62 (diff)
downloadFreeBSD-ports-e3b31366702ca258f6d6ffde4be5684ce7083f2c.zip
FreeBSD-ports-e3b31366702ca258f6d6ffde4be5684ce7083f2c.tar.gz
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV
Diffstat (limited to 'games/bloboats')
-rw-r--r--games/bloboats/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/bloboats/Makefile b/games/bloboats/Makefile
index f2034da..d513a2d 100644
--- a/games/bloboats/Makefile
+++ b/games/bloboats/Makefile
@@ -21,7 +21,7 @@ USE_GMAKE= yes
USE_SDL= mixer image net sdl
USE_GL= yes
-MAKE_ENV+= CXX="${CXX}" DATADIR="${DATADIR}"
+MAKE_ENV+= DATADIR="${DATADIR}"
post-patch:
@${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/Makefile
OpenPOWER on IntegriCloud