aboutsummaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2009-01-11 23:16:11 +0000
committerMaho Nakata <maho@FreeBSD.org>2009-01-11 23:16:11 +0000
commitd70c806b84af2d6b2ed079d1eea36069a9160bd6 (patch)
tree9783caf78ef34f1a2ba42abcdd516fe8a472842c /science
parent5cfd1d079c5e96faf5178a69ee9a3cb825e568ba (diff)
downloadports-d70c806b84af2d6b2ed079d1eea36069a9160bd6.tar.gz
ports-d70c806b84af2d6b2ed079d1eea36069a9160bd6.zip
Notes
Diffstat (limited to 'science')
-rw-r--r--science/abinit/Makefile1
-rw-r--r--science/ghemical/Makefile2
-rw-r--r--science/hdf/Makefile1
-rw-r--r--science/libghemical/Makefile1
4 files changed, 0 insertions, 5 deletions
diff --git a/science/abinit/Makefile b/science/abinit/Makefile
index 1dc743a9089f..a0d81d600099 100644
--- a/science/abinit/Makefile
+++ b/science/abinit/Makefile
@@ -16,7 +16,6 @@ MAINTAINER= maho@FreeBSD.org
COMMENT= Abinit calculates electronic structure of systems
USE_FORTRAN= yes
-CONFIGURE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}"
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf:262
diff --git a/science/ghemical/Makefile b/science/ghemical/Makefile
index a62a3462e489..88b9746f9f51 100644
--- a/science/ghemical/Makefile
+++ b/science/ghemical/Makefile
@@ -26,8 +26,6 @@ LIB_DEPENDS= mpqc:${PORTSDIR}/science/mpqc \
mopac7:${PORTSDIR}/biology/mopac
USE_FORTRAN= yes
-CONFIGURE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}"
-
USE_GMAKE= yes
USE_GNOME= glib20 gtk20 libglade2 pkgconfig
USE_GL= glut
diff --git a/science/hdf/Makefile b/science/hdf/Makefile
index b4830ddbbe53..928244dd9117 100644
--- a/science/hdf/Makefile
+++ b/science/hdf/Makefile
@@ -33,7 +33,6 @@ USE_AUTOTOOLS= libtool:15
CONFIGURE_ARGS+=--with-jpeg="${LOCALBASE}" \
--with-szlib="${LOCALBASE}"
#wiredness of F77, FC in hdf/src/Makefile
-CONFIGURE_ENV+= F77="f77" FC="f77"
MAKE_ENV+= PATH="${WRKSRC}/bin:${PATH}"
DOCFILES= HDF41r5_SpecDG.pdf \
HDF42r0_RefMan.pdf \
diff --git a/science/libghemical/Makefile b/science/libghemical/Makefile
index c1afa92c7075..cc5db5aa25a6 100644
--- a/science/libghemical/Makefile
+++ b/science/libghemical/Makefile
@@ -31,7 +31,6 @@ USE_LDCONFIG= yes
USE_FORTRAN= yes
USE_AUTOTOOLS= autoconf:262
CONFIGURE_ARGS+= --enable-mpqc --enable-openbabel --enable-mopac7
-CONFIGURE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}"
PLIST_SUB= LIBGHEMICAL_VERSION="${PORTVERSION}"