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 /science/afni | |
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 'science/afni')
-rw-r--r-- | science/afni/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/science/afni/Makefile b/science/afni/Makefile index 960603e19b63..aacc35688742 100644 --- a/science/afni/Makefile +++ b/science/afni/Makefile @@ -45,7 +45,6 @@ USE_GETTEXT= yes USE_GMAKE= yes USE_ICONV= yes USE_MOTIF= yes -MAKE_ENV= CC="${CC}" WRKSRC= ${WRKDIR}/afni_src MAKEFILE= Makefile.FreeBSD_PORT |