diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-08-16 12:17:29 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-08-16 12:17:29 +0000 |
commit | 2567ca18fd5b930e9495c34b1d1f7edd32efe819 (patch) | |
tree | 0b1f6e15b285002876e2e417e09e5e96342be51f /science/2dhf | |
parent | User settable USE_* -> WITH_* (diff) |
USE_INTEL should be WITH_INTEL
Noticed by: portlint
Notes
Notes:
svn path=/head/; revision=116392
Diffstat (limited to 'science/2dhf')
-rw-r--r-- | science/2dhf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/2dhf/Makefile b/science/2dhf/Makefile index 6dc804c5db54..c7ae2dba31a5 100644 --- a/science/2dhf/Makefile +++ b/science/2dhf/Makefile @@ -17,7 +17,7 @@ MAINTAINER= maho@FreeBSD.org COMMENT= A Numerical Hartree-Fock Program for Diatomic Molecules BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 -.if defined(USE_INTEL) +.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 .endif @@ -32,7 +32,7 @@ FFLAGS+= -mfancy-math-387 .endif BLAS= -lf77blas -latlas -.if defined(USE_INTEL) +.if defined(WITH_INTEL) FC= ${LOCALBASE}/intel_fc_80/bin/ifort CC= ${LOCALBASE}/intel_cc_80/bin/icc FFLAGS= -O3 -tpp7 -xKW -Vaxlib |