diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-06-19 00:18:56 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-06-19 00:18:56 +0800 |
commit | 877da81600d962a16e59123c12528eea1681cc8e (patch) | |
tree | da68a1fcafc1802e29e477e3db50c60daf9f798c /math | |
parent | b530d206f2248422c73858945ee03958f4409803 (diff) | |
download | freebsd-ports-gnome-877da81600d962a16e59123c12528eea1681cc8e.tar.gz freebsd-ports-gnome-877da81600d962a16e59123c12528eea1681cc8e.tar.zst freebsd-ports-gnome-877da81600d962a16e59123c12528eea1681cc8e.zip |
1: Stagify.
2: new syntax of LIB_DEPENDS
Approved by: portmgr@
Diffstat (limited to 'math')
-rw-r--r-- | math/linpack/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/linpack/Makefile b/math/linpack/Makefile index 42055adf4e52..d7b3e6c81c77 100644 --- a/math/linpack/Makefile +++ b/math/linpack/Makefile @@ -11,12 +11,11 @@ DISTFILES= ${SRCS} MAINTAINER= bf@FreeBSD.org COMMENT= Linear Algebra package -LIB_DEPENDS= blas.2:${PORTSDIR}/math/blas +LIB_DEPENDS= libblas.so:${PORTSDIR}/math/blas MAKE_ENV= WITHOUT_PROFILE=yes __MAKE_CONF=/dev/null SRCCONF=/dev/null USES= fortran -NO_STAGE= yes .include <bsd.port.pre.mk> USE_LDCONFIG= yes |