diff options
author | maho <maho@FreeBSD.org> | 2009-01-12 07:16:11 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2009-01-12 07:16:11 +0800 |
commit | 0ee91077b1f1833b295f0a0a07a8b2e15849abe3 (patch) | |
tree | b32e1f503150bae17996fab6e223bf42b49b4ebe /science/abinit | |
parent | dec7cec53e7a8ea58ed307334eb476cbaafbb362 (diff) | |
download | freebsd-ports-gnome-0ee91077b1f1833b295f0a0a07a8b2e15849abe3.tar.gz freebsd-ports-gnome-0ee91077b1f1833b295f0a0a07a8b2e15849abe3.tar.zst freebsd-ports-gnome-0ee91077b1f1833b295f0a0a07a8b2e15849abe3.zip |
Remove CONFIGURE_ENV
Submitted by: gerald@
Diffstat (limited to 'science/abinit')
-rw-r--r-- | science/abinit/Makefile | 1 |
1 files changed, 0 insertions, 1 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 |