diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 12:24:09 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 12:24:09 +0000 |
commit | fa38ed02cc7ff1a59528f13db1b7dedc130b2def (patch) | |
tree | 94158659da258abce4ed96928351a7282233e421 /games/falconseye | |
parent | 09db2e42a9f1432af998b2877453c2eaf20a132c (diff) |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV
Notes
Notes:
svn path=/head/; revision=217477
Diffstat (limited to 'games/falconseye')
-rw-r--r-- | games/falconseye/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/falconseye/Makefile b/games/falconseye/Makefile index a02d4c0be277..a898c8589060 100644 --- a/games/falconseye/Makefile +++ b/games/falconseye/Makefile @@ -24,7 +24,7 @@ USE_SDL= sdl USE_PERL5_BUILD=yes USE_ZIP= yes USE_XORG= x11 xpm xaw -MAKE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib -I${LOCALBASE}/include/SDL11" PREFIX="${PREFIX}" +CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -I${LOCALBASE}/include/SDL11 WRKSRC= ${WRKDIR} post-patch: |