summaryrefslogtreecommitdiff
path: root/net/aria2
diff options
context:
space:
mode:
authorbjs <bjs@pkgsrc.org>2007-10-17 09:51:14 +0000
committerbjs <bjs@pkgsrc.org>2007-10-17 09:51:14 +0000
commit8ed291ca0ff052f4c238918d24316b186069a710 (patch)
tree38dc6987accf5f3a75cd9a48ad93e1886c16de61 /net/aria2
parent19daf391c06a369362ba81f3f8438d169c73afd4 (diff)
downloadpkgsrc-8ed291ca0ff052f4c238918d24316b186069a710.tar.gz
Oops, let's try that again ... now pkglint is happy. ;)
Diffstat (limited to 'net/aria2')
-rw-r--r--net/aria2/options.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/aria2/options.mk b/net/aria2/options.mk
index f98fc7c884e..d2cec74d443 100644
--- a/net/aria2/options.mk
+++ b/net/aria2/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2007/10/17 09:50:14 bjs Exp $
+# $NetBSD: options.mk,v 1.3 2007/10/17 09:51:14 bjs Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.aria2
@@ -8,7 +8,7 @@ PKG_OPTIONS_GROUP.asyncns= ares cares
PKG_OPTIONS_REQUIRED_GROUPS= tls asyncns
PKG_SUPPORTED_OPTIONS+= aria2-metalink
-PKG_SUGGESTED_OPTIONS+= ssl libcares aria2-metalink
+PKG_SUGGESTED_OPTIONS+= ssl cares aria2-metalink
.include "../../mk/bsd.options.mk"
@@ -26,12 +26,12 @@ CONFIGURE_ARGS+= --without-openssl
.endif
-.if !empty(PKG_OPTIONS:Mlibcares)
+.if !empty(PKG_OPTIONS:Mcares)
CONFIGURE_ARGS+= --with-libcares-prefix=${BUILDLINK_PREFIX.libcares:Q}
.include "../../net/libcares/buildlink3.mk"
-.elif !empty(PKG_OPTIONS:Mlibares)
+.elif !empty(PKG_OPTIONS:Mares)
CONFIGURE_ARGS+= --with-libares-prefix=${BUILDLINK_PREFIX.libares:Q}
.endif