diff options
author | pav <pav@FreeBSD.org> | 2008-07-25 20:24:09 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-07-25 20:24:09 +0800 |
commit | e3b31366702ca258f6d6ffde4be5684ce7083f2c (patch) | |
tree | f06f7152ec73cff1da1d55ed8fb1cbbec58110f9 /games/stransball2 | |
parent | 416754ba19d48426d074519ec04ce7a38f75dd62 (diff) | |
download | freebsd-ports-gnome-e3b31366702ca258f6d6ffde4be5684ce7083f2c.tar.gz freebsd-ports-gnome-e3b31366702ca258f6d6ffde4be5684ce7083f2c.tar.zst freebsd-ports-gnome-e3b31366702ca258f6d6ffde4be5684ce7083f2c.zip |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV
Diffstat (limited to 'games/stransball2')
-rw-r--r-- | games/stransball2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/stransball2/Makefile b/games/stransball2/Makefile index a96af408b834..a541b07584cb 100644 --- a/games/stransball2/Makefile +++ b/games/stransball2/Makefile @@ -20,7 +20,6 @@ LIB_DEPENDS= SGE.0:${PORTSDIR}/devel/sdl_sge USE_ZIP= yes USE_GMAKE= yes USE_SDL= sdl image mixer sound -MAKE_ENV= CXX="${CXX}" BUILD_WRKSRC= ${WRKSRC}/sources |