aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2014-07-15 21:08:09 +0800
committerpgj <pgj@FreeBSD.org>2014-07-15 21:08:09 +0800
commit2abbe31fd55d56879021eaa66eadd8ba9e35b123 (patch)
tree51c8745254075850e7978d070d50758b84a508ae /ftp
parentd3323ff93d6829c05e02851a077cdf6c97b3d042 (diff)
downloadfreebsd-ports-gnome-2abbe31fd55d56879021eaa66eadd8ba9e35b123.tar.gz
freebsd-ports-gnome-2abbe31fd55d56879021eaa66eadd8ba9e35b123.tar.zst
freebsd-ports-gnome-2abbe31fd55d56879021eaa66eadd8ba9e35b123.zip
- Fix LIB_DEPENDS lines
Obtained from: FreeBSD Haskell
Diffstat (limited to 'ftp')
-rw-r--r--ftp/hs-curl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/hs-curl/Makefile b/ftp/hs-curl/Makefile
index 20e60d5461e2..a724591d0a74 100644
--- a/ftp/hs-curl/Makefile
+++ b/ftp/hs-curl/Makefile
@@ -10,7 +10,7 @@ COMMENT= Haskell binding to libcurl
LICENSE= BSD
-LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
+LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
USE_GHC_NATIVE= yes