diff options
author | bf <bf@FreeBSD.org> | 2012-06-09 12:55:58 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2012-06-09 12:55:58 +0800 |
commit | c37c774eb255e4154d6263f06609eb5a9dff0c41 (patch) | |
tree | a1e6c0c9b6c48b8e646f7a4264009eca7f635ad7 /math/atlas | |
parent | 9c4a97e9bf2474d46140c4b1e862c5464ccf06c1 (diff) | |
download | freebsd-ports-gnome-c37c774eb255e4154d6263f06609eb5a9dff0c41.tar.gz freebsd-ports-gnome-c37c774eb255e4154d6263f06609eb5a9dff0c41.tar.zst freebsd-ports-gnome-c37c774eb255e4154d6263f06609eb5a9dff0c41.zip |
add some CONFLICTS [1]; minor clean-up
Reported by: S.-M. Silber [1]
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 \ |