diff options
-rw-r--r-- | math/bihar/Makefile | 2 | ||||
-rw-r--r-- | math/fftpack/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/math/bihar/Makefile b/math/bihar/Makefile index d12a8930d7fe..745370f17db1 100644 --- a/math/bihar/Makefile +++ b/math/bihar/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} 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} |