summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortnn <tnn>2009-09-22 12:38:45 +0000
committertnn <tnn>2009-09-22 12:38:45 +0000
commit4d6516d27616250e1d1100b912160fdc7667aa47 (patch)
tree0abd9a24209448b88075448e270c35c65858965d /net
parent5adfc5cc11153ec0b072ec95168bad2b505da7c3 (diff)
downloadpkgsrc-4d6516d27616250e1d1100b912160fdc7667aa47.tar.gz
having two options for the same thing is confusing
Diffstat (limited to 'net')
-rw-r--r--net/aria2/Makefile3
-rw-r--r--net/aria2/options.mk8
2 files changed, 6 insertions, 5 deletions
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"