diff options
author | maho <maho@FreeBSD.org> | 2004-07-14 12:04:32 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-07-14 12:04:32 +0800 |
commit | 6f70d5a6c1800b7f748207363aef6b25f3634ac5 (patch) | |
tree | 0d75a24c916785fc52140c39ac58673e7adb12b2 /math | |
parent | d6e7acdd725c9968c82d74b6727b6f8bcba9ea92 (diff) | |
download | freebsd-ports-gnome-6f70d5a6c1800b7f748207363aef6b25f3634ac5.tar.gz freebsd-ports-gnome-6f70d5a6c1800b7f748207363aef6b25f3634ac5.tar.zst freebsd-ports-gnome-6f70d5a6c1800b7f748207363aef6b25f3634ac5.zip |
Remove lapack dependency.
Diffstat (limited to 'math')
-rw-r--r-- | math/lapack++/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/lapack++/Makefile b/math/lapack++/Makefile index e9a73197584f..3ae0416431d7 100644 --- a/math/lapack++/Makefile +++ b/math/lapack++/Makefile @@ -21,8 +21,7 @@ EXTRACT_ONLY= Lapackpp1_1a.tgz MAINTAINER= maho@FreeBSD.org COMMENT= Linear Algebra PACKage in C++, a wrapper for LAPACK -LIB_DEPENDS= lapack:${PORTSDIR}/math/lapack \ - atlas:${PORTSDIR}/math/atlas +LIB_DEPENDS= atlas:${PORTSDIR}/math/atlas WRKSRC= ${WRKDIR}/Lapackpp1.1a |