aboutsummaryrefslogtreecommitdiff
path: root/www/aria2
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-06-04 16:22:24 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-06-04 16:22:24 +0000
commitc5a234cf198b3b7a7b4ce83007ceb9e8d15c718e (patch)
tree649984d1ef42d4cb4958d39f0658dcde6d3769df /www/aria2
parentf5913ff4a18bf29d1c604faedd04f77e5fa80e0b (diff)
downloadports-c5a234cf198b3b7a7b4ce83007ceb9e8d15c718e.tar.gz
ports-c5a234cf198b3b7a7b4ce83007ceb9e8d15c718e.zip
Fix typo
Submitted by: lightside <lightside@gmx.com>
Notes
Notes: svn path=/head/; revision=471562
Diffstat (limited to 'www/aria2')
-rw-r--r--www/aria2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/aria2/Makefile b/www/aria2/Makefile
index 88c6aa8e9ee0..c401c766fe67 100644
--- a/www/aria2/Makefile
+++ b/www/aria2/Makefile
@@ -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}