svn commit: r318739 - head/ftp/curl

Bryan Drewery bdrewery at FreeBSD.org
Wed May 22 00:16:49 UTC 2013


Author: bdrewery
Date: Wed May 22 00:16:49 2013
New Revision: 318739
URL: http://svnweb.freebsd.org/changeset/ports/318739

Log:
  - Chase c-ares shlib update by removing the version

Modified:
  head/ftp/curl/Makefile

Modified: head/ftp/curl/Makefile
==============================================================================
--- head/ftp/curl/Makefile	Wed May 22 00:16:16 2013	(r318738)
+++ head/ftp/curl/Makefile	Wed May 22 00:16:49 2013	(r318739)
@@ -106,7 +106,7 @@ IGNORE=			only supports CA bundle with O
 .endif
 
 .if ${PORT_OPTIONS:MCARES}
-LIB_DEPENDS+=	cares.2:${PORTSDIR}/dns/c-ares
+LIB_DEPENDS+=	cares:${PORTSDIR}/dns/c-ares
 CONFIGURE_ARGS+=	--enable-ares=${LOCALBASE}
 .else
 CONFIGURE_ARGS+=	--disable-ares


More information about the svn-ports-all mailing list