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/sauerbraten | |
parent | 09db2e42a9f1432af998b2877453c2eaf20a132c (diff) | |
download | ports-fa38ed02cc7ff1a59528f13db1b7dedc130b2def.tar.gz ports-fa38ed02cc7ff1a59528f13db1b7dedc130b2def.zip |
- 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/sauerbraten')
-rw-r--r-- | games/sauerbraten/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/sauerbraten/Makefile b/games/sauerbraten/Makefile index 5416931229d8..d671f6a49d8d 100644 --- a/games/sauerbraten/Makefile +++ b/games/sauerbraten/Makefile @@ -20,7 +20,6 @@ USE_BZIP2= yes CONFIGURE_ENV= ACLOCAL=true AUTOCONF=true AUTOMAKE=true CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_WRKSRC= ${WRKSRC}/src/enet -MAKE_ENV+= CXX="${CXX}" BUILD_WRKSRC= ${WRKSRC}/src WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= libenet |