aboutsummaryrefslogtreecommitdiffstats
path: root/biology/iolib
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-12-11 22:43:51 +0800
committerbapt <bapt@FreeBSD.org>2013-12-11 22:43:51 +0800
commitbbae64838ffde3d47dcec56055a594e7804bb061 (patch)
tree00fbd6994b07f04a0134d445afc55d2e91f3716a /biology/iolib
parent313f6c52ef558a5cdcf65e9eefbfec838e1d9958 (diff)
downloadfreebsd-ports-gnome-bbae64838ffde3d47dcec56055a594e7804bb061.tar.gz
freebsd-ports-gnome-bbae64838ffde3d47dcec56055a594e7804bb061.tar.zst
freebsd-ports-gnome-bbae64838ffde3d47dcec56055a594e7804bb061.zip
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in biology
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