diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-11 22:43:51 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-11 22:43:51 +0800 |
commit | bbae64838ffde3d47dcec56055a594e7804bb061 (patch) | |
tree | 00fbd6994b07f04a0134d445afc55d2e91f3716a /biology/iolib | |
parent | 313f6c52ef558a5cdcf65e9eefbfec838e1d9958 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |