svn commit: r471562 - head/www/aria2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 4 16:22:25 UTC 2018


Author: sunpoet
Date: Mon Jun  4 16:22:24 2018
New Revision: 471562
URL: https://svnweb.freebsd.org/changeset/ports/471562

Log:
  Fix typo
  
  Submitted by:	lightside <lightside at gmx.com>

Modified:
  head/www/aria2/Makefile

Modified: head/www/aria2/Makefile
==============================================================================
--- head/www/aria2/Makefile	Mon Jun  4 16:10:44 2018	(r471561)
+++ head/www/aria2/Makefile	Mon Jun  4 16:22:24 2018	(r471562)
@@ -43,7 +43,7 @@ PORTDOCS=	*
 CA_BUNDLE_CONFIGURE_OFF=--without-ca-bundle
 CA_BUNDLE_CONFIGURE_ON=	--with-ca-bundle=${LOCALBASE}/share/certs/ca-root-nss.crt
 CA_BUNDLE_RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
-CARES_CONFIGURE_WITH=	libares
+CARES_CONFIGURE_WITH=	libcares
 CARES_LIB_DEPENDS=	libcares.so:dns/c-ares
 NLS_CONFIGURE_OFF=	--disable-nls --without-libintl-prefix
 NLS_CONFIGURE_ON=	--with-libintl-prefix=${LOCALBASE}


More information about the svn-ports-all mailing list