From bbae64838ffde3d47dcec56055a594e7804bb061 Mon Sep 17 00:00:00 2001 From: bapt Date: Wed, 11 Dec 2013 14:43:51 +0000 Subject: In preparation for making libtool generate libraries with a sane name, fix all LIB_DEPENDS in biology --- biology/iolib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'biology/iolib') 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 -- cgit