diff options
author | maho <maho@FreeBSD.org> | 2007-01-07 06:35:25 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-01-07 06:35:25 +0800 |
commit | 3f02bb065b2582174ea5c038dde08fdc99f8bb2a (patch) | |
tree | c4320fac26b2dd148df7e8cb2962be1a4d89276e | |
parent | ae89a8541c3691e5856c3192f1e518a53d7a0cfc (diff) | |
download | freebsd-ports-graphics-3f02bb065b2582174ea5c038dde08fdc99f8bb2a.tar.gz freebsd-ports-graphics-3f02bb065b2582174ea5c038dde08fdc99f8bb2a.tar.zst freebsd-ports-graphics-3f02bb065b2582174ea5c038dde08fdc99f8bb2a.zip |
Fix typo.
-rw-r--r-- | science/mpqc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/mpqc/Makefile b/science/mpqc/Makefile index ffbea0dbe88..14f46908532 100644 --- a/science/mpqc/Makefile +++ b/science/mpqc/Makefile @@ -26,7 +26,7 @@ PLIST_SUB+= VERSION=${PORTVERSION} BUILD_DEPENDS+= ${LOCALBASE}/intel_cc_80/bin/icc:${PORTSDIR}/lang/icc .endif .if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS) ->WITH_ATLAS= yes +WITH_ATLAS= yes .endif .if defined(WITH_ATLAS) LIB_DEPENDS+= atlas.1:${PORTSDIR}/math/atlas |