diff options
Diffstat (limited to 'science/getdp/Makefile')
-rw-r--r-- | science/getdp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/getdp/Makefile b/science/getdp/Makefile index 71378dcb4dbf..d95f5cc982a0 100644 --- a/science/getdp/Makefile +++ b/science/getdp/Makefile @@ -12,8 +12,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= stephen@FreeBSD.org COMMENT= A rather general finite element solver using mixed finite elements -LIB_DEPENDS= gsl:${PORTSDIR}/math/gsl \ - lapack.4:${PORTSDIR}/math/lapack +LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl \ + liblapack.so:${PORTSDIR}/math/lapack USES= fortran gmake GNU_CONFIGURE= yes |