aboutsummaryrefslogtreecommitdiff
path: root/science/2dhf
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2004-08-16 12:17:29 +0000
committerMaho Nakata <maho@FreeBSD.org>2004-08-16 12:17:29 +0000
commit2567ca18fd5b930e9495c34b1d1f7edd32efe819 (patch)
tree0b1f6e15b285002876e2e417e09e5e96342be51f /science/2dhf
parentd364c21ae4ec1f2849d2c371381fc5ec5a370d26 (diff)
downloadports-2567ca18fd5b930e9495c34b1d1f7edd32efe819.tar.gz
ports-2567ca18fd5b930e9495c34b1d1f7edd32efe819.zip
Notes
Diffstat (limited to 'science/2dhf')
-rw-r--r--science/2dhf/Makefile4
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