aboutsummaryrefslogtreecommitdiff
path: root/biology/iolib
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-11 14:43:51 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-11 14:43:51 +0000
commita2275161bdf38678974bb793dfe3195fe1950aab (patch)
tree00fbd6994b07f04a0134d445afc55d2e91f3716a /biology/iolib
parent5b8821079e8de7b601a5fc0e32cb4b128142a120 (diff)
downloadports-a2275161bdf38678974bb793dfe3195fe1950aab.tar.gz
ports-a2275161bdf38678974bb793dfe3195fe1950aab.zip
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in biology
Notes
Notes: svn path=/head/; revision=336171
Diffstat (limited to 'biology/iolib')
-rw-r--r--biology/iolib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/iolib/Makefile b/biology/iolib/Makefile
index c47066958bca..5a16d60db4c3 100644
--- a/biology/iolib/Makefile
+++ b/biology/iolib/Makefile
@@ -13,7 +13,7 @@ COMMENT= General purpose trace file (and Experiment File) reading interface
LICENSE= BSD
-LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
+LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
USE_AUTOTOOLS= libtool:env
GNU_CONFIGURE= yes