diff options
author | wg <wg@FreeBSD.org> | 2013-12-15 20:49:28 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-12-15 20:49:28 +0800 |
commit | feda1d6520229b0a80d717e0d312186d11a359c7 (patch) | |
tree | f51ed4726c44d8213ecb7f3206b9c1d9c766178e /science | |
parent | 5e4b5f5692ebd55c2126de54ce15ba95626bd9f4 (diff) | |
download | freebsd-ports-gnome-feda1d6520229b0a80d717e0d312186d11a359c7.tar.gz freebsd-ports-gnome-feda1d6520229b0a80d717e0d312186d11a359c7.tar.zst freebsd-ports-gnome-feda1d6520229b0a80d717e0d312186d11a359c7.zip |
science/abinit: depends explicitly on "python"
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket)
Diffstat (limited to 'science')
-rw-r--r-- | science/abinit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/abinit/Makefile b/science/abinit/Makefile index 2564985177dc..cc247aa1912a 100644 --- a/science/abinit/Makefile +++ b/science/abinit/Makefile @@ -10,7 +10,8 @@ MASTER_SITES= ftp://ftp.abinit.org/pub/abinitio/ABINIT_v${PORTVERSION}/ MAINTAINER= maho@FreeBSD.org COMMENT= Abinit calculates electronic structure of systems -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numarray/__init__.py:${PORTSDIR}/math/py-numarray +BUILD_DEPENDS= python:${PORTSDIR}/lang/python \ + ${PYTHON_SITELIBDIR}/numarray/__init__.py:${PORTSDIR}/math/py-numarray LIB_DEPENDS= netcdff.4:${PORTSDIR}/science/netcdf3-ftn \ gsl:${PORTSDIR}/math/gsl |