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 /science | |
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 'science')
-rw-r--r-- | science/afni/Makefile | 1 | ||||
-rw-r--r-- | science/g3data/Makefile | 1 | ||||
-rw-r--r-- | science/liblinear/Makefile | 2 | ||||
-rw-r--r-- | science/paraview/Makefile | 2 |
4 files changed, 0 insertions, 6 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 diff --git a/science/g3data/Makefile b/science/g3data/Makefile index f7d6b85f6b93..e17b837f79a4 100644 --- a/science/g3data/Makefile +++ b/science/g3data/Makefile @@ -20,7 +20,6 @@ BUILD_DEPENDS= nsgmls:${PORTSDIR}/textproc/jade \ USE_GNOME= gtk20 ALL_TARGET= -MAKE_ENV= PREFIX=${PREFIX} MAN1= g3data.1 MANCOMPRESSED= yes PLIST_FILES= bin/g3data %%EXAMPLESDIR%%/test1.png %%EXAMPLESDIR%%/test1.values \ diff --git a/science/liblinear/Makefile b/science/liblinear/Makefile index f2b6e546085c..d34f03ef7517 100644 --- a/science/liblinear/Makefile +++ b/science/liblinear/Makefile @@ -19,8 +19,6 @@ OPTIONS= OCFLAGS "Use optimized CFLAGS" On USE_ZIP= yes -MAKE_ENV= CC="${CC}" CXX="${CXX}" - TXT_DOCS= COPYRIGHT README .if !defined(NOPORTDOCS) diff --git a/science/paraview/Makefile b/science/paraview/Makefile index 7ea45ef9043d..1f1ad40fc4ce 100644 --- a/science/paraview/Makefile +++ b/science/paraview/Makefile @@ -43,8 +43,6 @@ CMAKE_SOURCE_PATH= .. PLIST_SUB+= VERMAJORMINOR=2.4 CMAKE2INST= Utilities/ParaViewConfig.cmake ParaViewConfig.cmake \ ParaViewLibraryDepends.cmake cmake_install.cmake -MAKE_ENV= CC="${CC}" \ - CXX="${CXX}" LIB_INSTDIR= ${PREFIX}/lib/${PORTNAME}-${PORTVERSION:R} post-extract: |