aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-darcs
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-15 14:05:16 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-15 14:05:16 +0000
commit636c2395039a68cb5054478e2a2e379aac928721 (patch)
tree648884b2bfa4f44137b8b0dd78622a5fc9198e41 /devel/hs-darcs
parent99923618c7f2d21076e07b14f505f5db54d1f837 (diff)
downloadports-636c2395039a68cb5054478e2a2e379aac928721.tar.gz
ports-636c2395039a68cb5054478e2a2e379aac928721.zip
Modernize LIB_DEPENDS
Notes
Notes: svn path=/head/; revision=361922
Diffstat (limited to 'devel/hs-darcs')
-rw-r--r--devel/hs-darcs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/hs-darcs/Makefile b/devel/hs-darcs/Makefile
index 96d3246b83d2..e26ceef62c0a 100644
--- a/devel/hs-darcs/Makefile
+++ b/devel/hs-darcs/Makefile
@@ -39,7 +39,7 @@ CONFIGURE_ARGS+= --flags="library executable"
.if ${PORT_OPTIONS:MCURL}
CONFIGURE_ARGS+= --flags="curl"
-LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl
+LIB_DEPENDS+= libcurl.so:${PORTSDIR}/ftp/curl
.else
CONFIGURE_ARGS+= --flags="-curl"
.endif