diff options
author | maho <maho@FreeBSD.org> | 2007-02-01 08:47:07 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-02-01 08:47:07 +0800 |
commit | 5c5b5d5150abfe8606de94c04d9b3551c3170d0d (patch) | |
tree | 290df685645b6198afa07ec5219f19ca90a57dc1 /science/2dhf | |
parent | 43ea03f2921e89bcdccfe0a877f245f7ce2206fb (diff) | |
download | freebsd-ports-gnome-5c5b5d5150abfe8606de94c04d9b3551c3170d0d.tar.gz freebsd-ports-gnome-5c5b5d5150abfe8606de94c04d9b3551c3170d0d.tar.zst freebsd-ports-gnome-5c5b5d5150abfe8606de94c04d9b3551c3170d0d.zip |
To deprecate shells/bash2, dependency has been changed to bash.
PR: 108633
Submitted by: bsam
Diffstat (limited to 'science/2dhf')
-rw-r--r-- | science/2dhf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/2dhf/Makefile b/science/2dhf/Makefile index f193487b2de5..c27291c09de1 100644 --- a/science/2dhf/Makefile +++ b/science/2dhf/Makefile @@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= maho@FreeBSD.org COMMENT= A Numerical Hartree-Fock Program for Diatomic Molecules -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 +BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash .if defined(WITH_INTEL) BUILD_DEPENDS+= ${LOCALBASE}/intel_fc_80/bin/ifort:${PORTSDIR}/lang/ifc BUILD_DEPENDS+= ${LOCALBASE}/intel_cc_80/bin/icc:${PORTSDIR}/lang/icc |