diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 09:38:45 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 09:38:45 +0000 |
commit | acacd0d015ba10d7b1d2e0ed11ab7ee1f079fd4b (patch) | |
tree | 651da5037b0f20c4a0f70a639fa0c0f659c951f1 /devel/sdl_sge | |
parent | 428214143dfd45bd47a803ec9420f46886c780b5 (diff) |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV
Notes
Notes:
svn path=/head/; revision=217472
Diffstat (limited to 'devel/sdl_sge')
-rw-r--r-- | devel/sdl_sge/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/sdl_sge/Makefile b/devel/sdl_sge/Makefile index 18a8e8167a23..383b1d0551c8 100644 --- a/devel/sdl_sge/Makefile +++ b/devel/sdl_sge/Makefile @@ -18,7 +18,6 @@ COMMENT= A graphic library for the Simple DirectMedia Layer (SDL) USE_GMAKE= yes USE_LDCONFIG= yes -MAKE_ENV= CC="${CC}" CXX="${CXX}" OPTIONS= SDL_IMAGE "Enable support for SDL_IMAGE" On \ FREETYPE "Enable FreeType support" On \ |