diff options
author | maho <maho@FreeBSD.org> | 2003-07-28 11:47:21 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-07-28 11:47:21 +0000 |
commit | db96b57733e94b5fafa6983e0d04fe27951d65f9 (patch) | |
tree | 32137c468b51927ca2a58b4309db8327c0e249c1 /science | |
parent | 21f20e6c3c744658ea3c213b6d62760c74b690a2 (diff) | |
download | FreeBSD-ports-db96b57733e94b5fafa6983e0d04fe27951d65f9.zip FreeBSD-ports-db96b57733e94b5fafa6983e0d04fe27951d65f9.tar.gz |
Add bash for BUILD_DEPENDS
Submitted by: kris via bento
Diffstat (limited to 'science')
-rw-r--r-- | science/2dhf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/2dhf/Makefile b/science/2dhf/Makefile index bb16469..1ef0925 100644 --- a/science/2dhf/Makefile +++ b/science/2dhf/Makefile @@ -15,6 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= maho@FreeBSD.org COMMENT= A Numerical Hartree-Fock Program for Diatomic Molecules +BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 LIB_DEPENDS= lapack:${PORTSDIR}/math/lapack \ atlas:${PORTSDIR}/math/atlas |