diff options
author | jmz <jmz@FreeBSD.org> | 2000-10-24 08:41:28 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2000-10-24 08:41:28 +0800 |
commit | 096866c55dd5175b7c2cf7b1f20ee892252f67f8 (patch) | |
tree | 60c8e676a3eb863f0ea3dcca60ba9fea1dbe9a49 /math/fftpack | |
parent | d1a9a7832394b04e5ec2949177efaa393481fae8 (diff) | |
download | freebsd-ports-gnome-096866c55dd5175b7c2cf7b1f20ee892252f67f8.tar.gz freebsd-ports-gnome-096866c55dd5175b7c2cf7b1f20ee892252f67f8.tar.zst freebsd-ports-gnome-096866c55dd5175b7c2cf7b1f20ee892252f67f8.zip |
This library depends on linpack.
Diffstat (limited to 'math/fftpack')
-rw-r--r-- | math/fftpack/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/fftpack/Makefile b/math/fftpack/Makefile index d12a8930d7fe..745370f17db1 100644 --- a/math/fftpack/Makefile +++ b/math/fftpack/Makefile @@ -14,6 +14,8 @@ EXTRACT_SUFX= .tar MAINTAINER= giffunip@asme.org +LIB_DEPENDS= linpack.1:${PORTSDIR}/math/linpack + # ${DISTFILES} is automatically created from the directory contents IGNOREFILES= ${DISTFILES} EXTRACT_CMD= ${TAR} |