pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/aria2 Oops, let's try that again ... now pkglint i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/af90c4e334e5
branches:  trunk
changeset: 534346:af90c4e334e5
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Wed Oct 17 09:51:14 2007 +0000

description:
Oops, let's try that again ... now pkglint is happy. ;)

diffstat:

 net/aria2/options.mk |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r 84d87d990887 -r af90c4e334e5 net/aria2/options.mk
--- a/net/aria2/options.mk      Wed Oct 17 09:50:14 2007 +0000
+++ b/net/aria2/options.mk      Wed Oct 17 09:51:14 2007 +0000
@@ -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_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 @@
 
 .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



Home | Main Index | Thread Index | Old Index