diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2012-06-09 04:55:58 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2012-06-09 04:55:58 +0000 |
commit | 0edb6def94af1a509202de135152b75bf2e37eff (patch) | |
tree | ee7dc88583ca14448a1174a425e9a00c8fbe4cf0 /math/atlas | |
parent | 67ec3bd0a233818c4be8c4c1d1829fbd4081e3de (diff) |
Notes
Diffstat (limited to 'math/atlas')
-rw-r--r-- | math/atlas/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/atlas/Makefile b/math/atlas/Makefile index 3cc770cbd33a..ec5e8eb0703e 100644 --- a/math/atlas/Makefile +++ b/math/atlas/Makefile @@ -23,7 +23,7 @@ BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/math/lapack:checksum USE_BZIP2= yes USE_FORTRAN= yes -CONFLICTS= atlas-devel-[0-9]* +CONFLICTS= atlas-devel-[0-9]* cblas-[0-9]* MANUAL_PACKAGE_BUILD= Optimizes for the local machine. OPTIONS= ARCHDEF "Use a specified architectural default" off \ |