From 4d6516d27616250e1d1100b912160fdc7667aa47 Mon Sep 17 00:00:00 2001 From: tnn Date: Tue, 22 Sep 2009 12:38:45 +0000 Subject: having two options for the same thing is confusing --- net/aria2/Makefile | 3 ++- net/aria2/options.mk | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'net') diff --git a/net/aria2/Makefile b/net/aria2/Makefile index b6443566446..72409d11794 100644 --- a/net/aria2/Makefile +++ b/net/aria2/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2009/03/08 23:41:33 bjs Exp $ +# $NetBSD: Makefile,v 1.20 2009/09/22 12:38:45 tnn Exp $ # DISTNAME= aria2-1.2.0 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aria2/} EXTRACT_SUFX= .tar.bz2 diff --git a/net/aria2/options.mk b/net/aria2/options.mk index 3a92dd68f69..d2199cd3970 100644 --- a/net/aria2/options.mk +++ b/net/aria2/options.mk @@ -1,12 +1,12 @@ -# $NetBSD: options.mk,v 1.8 2009/07/03 10:31:30 drochner Exp $ +# $NetBSD: options.mk,v 1.9 2009/09/22 12:38:45 tnn Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.aria2 PKG_OPTIONS_GROUP.ssl= gnutls ssl PKG_OPTIONS_REQUIRED_GROUPS= ssl -PKG_SUPPORTED_OPTIONS= sqlite firefox3 -PKG_SUGGESTED_OPTIONS= ssl +PKG_SUPPORTED_OPTIONS= sqlite +PKG_SUGGESTED_OPTIONS= ssl sqlite ### ### XXX Remove this in the future [2008-04-15 bjs] ### @@ -34,7 +34,7 @@ CONFIGURE_ARGS+= --with-openssl=no ### ### firefox3 cookie support via sqlite3 ### -.if !empty(PKG_OPTIONS:Mfirefox3) || !empty(PKG_OPTIONS:Msqlite) +.if !empty(PKG_OPTIONS:Msqlite) CONFIGURE_ARGS+= --with-sqlite3 CONFIGURE_ARGS+= --with-sqlite3-prefix=${BUILDLINK_PREFIX.sqlite:Q} . include "../../databases/sqlite3/buildlink3.mk" -- cgit v1.2.3