Date: Tue, 15 Jul 2014 14:05:16 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361922 - head/devel/hs-darcs Message-ID: <201407151405.s6FE5GoG086999@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407151405.s6FE5GoG086999>