svn commit: r361922 - head/devel/hs-darcs
Baptiste Daroussin
bapt at FreeBSD.org
Tue Jul 15 14:05:17 UTC 2014
Author: bapt
Date: Tue Jul 15 14:05:16 2014
New Revision: 361922
URL: http://svnweb.freebsd.org/changeset/ports/361922
QAT: https://qat.redports.org/buildarchive/r361922/
Log:
Modernize LIB_DEPENDS
Modified:
head/devel/hs-darcs/Makefile
Modified: head/devel/hs-darcs/Makefile
==============================================================================
--- head/devel/hs-darcs/Makefile Tue Jul 15 14:02:01 2014 (r361921)
+++ head/devel/hs-darcs/Makefile Tue Jul 15 14:05:16 2014 (r361922)
@@ -39,7 +39,7 @@ CONFIGURE_ARGS+= --flags="library execut
.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
More information about the svn-ports-all
mailing list