diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-03-16 02:56:29 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-03-16 02:56:29 +0000 |
commit | 8a650dee65fdcd57c9b7ad122302f4296a984571 (patch) | |
tree | f3164f3e5b4f5191ca5bbb3aeaf290f44cd6af12 /math/libflame | |
parent | 4820fa4509fa68704bce01f9c75fd9e1db08d655 (diff) | |
download | ports-8a650dee65fdcd57c9b7ad122302f4296a984571.tar.gz ports-8a650dee65fdcd57c9b7ad122302f4296a984571.zip |
Notes
Diffstat (limited to 'math/libflame')
-rw-r--r-- | math/libflame/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/math/libflame/Makefile b/math/libflame/Makefile index b957495033ef..c0700aa01115 100644 --- a/math/libflame/Makefile +++ b/math/libflame/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: libflame -# Date created: 1 Jan 2012 -# Whom: bf@FreeBSD.org -# +# Created by: bf@FreeBSD.org # $FreeBSD$ -# PORTNAME= libflame DISTVERSION= r7421 @@ -117,7 +112,7 @@ WITH_BLAS?= atlas_c WITH_BLAS?= reference_c .endif .if !(${WITH_BLAS} == "atlas_c" || ${WITH_BLAS} == "reference_c") -IGNORE = : WITH_CBLAS is incompatible with WITH_BLAS = ${WITH_BLAS}" +IGNORE= : WITH_CBLAS is incompatible with WITH_BLAS = ${WITH_BLAS} .endif .elif exists(${LOCALBASE}/lib/libgoto2.so) WITH_BLAS?= gotoblas |