diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 10:58:05 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 10:58:05 +0000 |
commit | 325c9808b65cadd4e0b1d106839a1094c90ee91b (patch) | |
tree | 75dadc0cce8409aa9d1b6143c2fcc2b63a1bd9df /science/abinit | |
parent | 9dabce496beb89a305dcfd8964f5849be3d7bd89 (diff) | |
download | ports-325c9808b65cadd4e0b1d106839a1094c90ee91b.tar.gz ports-325c9808b65cadd4e0b1d106839a1094c90ee91b.zip |
Notes
Diffstat (limited to 'science/abinit')
-rw-r--r-- | science/abinit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/abinit/Makefile b/science/abinit/Makefile index 03d83a55927a..1eb365ecfa7f 100644 --- a/science/abinit/Makefile +++ b/science/abinit/Makefile @@ -18,10 +18,10 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numarray/__init__.py:${PORTSDIR}/math/py-num LIB_DEPENDS= netcdff.4:${PORTSDIR}/science/netcdf3-ftn \ gsl:${PORTSDIR}/math/gsl +USES= gmake perl5 USE_FORTRAN= yes -USE_GMAKE= yes USE_PYTHON= yes -USE_PERL5_BUILD=yes +USE_PERL5= build USE_AUTOTOOLS= autoconf automake CONFIGURE_ENV= WGET=${TRUE} CONFIGURE_ARGS= --disable-wannier90 --disable-bigdft --disable-etsf-io \ |