diff options
author | pgj <pgj@FreeBSD.org> | 2014-07-15 21:08:09 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2014-07-15 21:08:09 +0800 |
commit | 2abbe31fd55d56879021eaa66eadd8ba9e35b123 (patch) | |
tree | 51c8745254075850e7978d070d50758b84a508ae /ftp | |
parent | d3323ff93d6829c05e02851a077cdf6c97b3d042 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |