diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-27 05:39:37 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-27 05:39:37 +0000 |
commit | 2da0983d55a8119cbd64dc4caa186deb8c3722ff (patch) | |
tree | afcdc79d30eeaa2ed990805b3e5ebf9fa97390aa /math/eispack | |
parent | ce0aa80c4b9d3da1c61c1fa9497b46c6ccf952c1 (diff) | |
download | ports-2da0983d55a8119cbd64dc4caa186deb8c3722ff.tar.gz ports-2da0983d55a8119cbd64dc4caa186deb8c3722ff.zip |
Notes
Diffstat (limited to 'math/eispack')
-rw-r--r-- | math/eispack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/eispack/Makefile b/math/eispack/Makefile index 0185011e767a..2b64c65a9bce 100644 --- a/math/eispack/Makefile +++ b/math/eispack/Makefile @@ -3,7 +3,7 @@ # Date created: 31 October 1994 # Whom: ljo # -# $Id: Makefile,v 1.13 1998/07/07 18:40:47 scrappy Exp $ +# $Id: Makefile,v 1.14 1998/07/07 19:21:06 scrappy Exp $ # DISTNAME= eispack @@ -15,7 +15,7 @@ MASTER_SITES= ftp://netlib.bell-labs.com/netlib/eispack/ \ DIST_SUBDIR= ${DISTNAME} -RUN_DEPENDS= ${PREFIX}/lib/libcor.so.1.0:${PORTSDIR}/math/blas +RUN_DEPENDS= ${PREFIX}/lib/libblas.so.1:${PORTSDIR}/math/blas EXTRACT_CMD= ${SCRIPTDIR}/uncomp EXTRACT_SUFX= .gz |