diff options
author | maho <maho@FreeBSD.org> | 2007-01-16 10:39:08 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-01-16 10:39:08 +0800 |
commit | 76cdeac66269944bdc6a793b10e33eea5b7cfa05 (patch) | |
tree | 9f57c64ff90c366d32d4a57f96821ff32009dd3f /math/blas | |
parent | a3fd9d3bcd3ca487032c2a9f6df1109ca9b85417 (diff) | |
download | freebsd-ports-gnome-76cdeac66269944bdc6a793b10e33eea5b7cfa05.tar.gz freebsd-ports-gnome-76cdeac66269944bdc6a793b10e33eea5b7cfa05.tar.zst freebsd-ports-gnome-76cdeac66269944bdc6a793b10e33eea5b7cfa05.zip |
Remove CONFLICT line as elmer-mathlibs are deprecated by migration
to gfortran.
Diffstat (limited to 'math/blas')
-rw-r--r-- | math/blas/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/math/blas/Makefile b/math/blas/Makefile index df5e28e829d9..17dda71b6338 100644 --- a/math/blas/Makefile +++ b/math/blas/Makefile @@ -18,8 +18,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= stas@FreeBSD.org COMMENT= Basic Linear Algebra, level 1, 2, and 3 -CONFLICTS= elmer-mathlibs-1* - USE_LDCONFIG= yes NO_WRKSUBDIR= yes WANT_FORTRAN= yes |