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/lapack | |
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/lapack')
-rw-r--r-- | math/lapack/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/math/lapack/Makefile b/math/lapack/Makefile index ebbc0a496efb..463a17cff71c 100644 --- a/math/lapack/Makefile +++ b/math/lapack/Makefile @@ -20,8 +20,6 @@ LIB_DEPENDS= blas.2:${PORTSDIR}/math/blas WANT_FORTRAN= yes USE_GCC= 4.2+ -CONFLICTS= elmer-mathlibs-1* - DIST_SUBDIR= lapack INSTALLS_SHLIB= yes |