aboutsummaryrefslogtreecommitdiff
path: root/science/getdp
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-14 18:42:04 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-14 18:42:04 +0000
commitffb7170399b77f34a48875ad6468eb796f00aed3 (patch)
tree3a1e4c5d813ec945366f43d48f94fa325ba0ead9 /science/getdp
parentc60af5b21ccf5bfc632b51afe126bbc7dac29ddd (diff)
downloadports-ffb7170399b77f34a48875ad6468eb796f00aed3.tar.gz
ports-ffb7170399b77f34a48875ad6468eb796f00aed3.zip
Modernize LIB_DEPENDS
With hat: portmgr
Notes
Notes: svn path=/head/; revision=361812
Diffstat (limited to 'science/getdp')
-rw-r--r--science/getdp/Makefile4
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