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-devel | |
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-devel')
-rw-r--r-- | math/atlas-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/atlas-devel/Makefile b/math/atlas-devel/Makefile index b9b46f32db7a..23996880a9fb 100644 --- a/math/atlas-devel/Makefile +++ b/math/atlas-devel/Makefile @@ -24,7 +24,7 @@ USE_BZIP2= yes USE_GMAKE= yes WRKSRC= ${WRKDIR}/ATLAS USE_LDCONFIG= yes -CONFLICTS= atlas-[0-9]* +CONFLICTS= atlas-[0-9]* cblas-[0-9]* .include <bsd.port.pre.mk> |