summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJared H.Hudson <jhhudso@gentoo.org>2002-11-14 10:15:25 +0000
committerJared H.Hudson <jhhudso@gentoo.org>2002-11-14 10:15:25 +0000
commit12834c9331e9c510dbbcd7d39ad7b46c2415c3e9 (patch)
tree2a359719ea60037c431bb1045ae1e0b436daf77f /net-analyzer/sarg
parentInitial Import. Bug #6923 (diff)
downloadhistorical-12834c9331e9c510dbbcd7d39ad7b46c2415c3e9.tar.gz
historical-12834c9331e9c510dbbcd7d39ad7b46c2415c3e9.tar.bz2
historical-12834c9331e9c510dbbcd7d39ad7b46c2415c3e9.zip
Quick fix for # error
Diffstat (limited to 'net-analyzer/sarg')
-rw-r--r--net-analyzer/sarg/sarg-1.2.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/sarg/sarg-1.2.2.ebuild b/net-analyzer/sarg/sarg-1.2.2.ebuild
index 7fdc61636970..5e653016dbe0 100644
--- a/net-analyzer/sarg/sarg-1.2.2.ebuild
+++ b/net-analyzer/sarg/sarg-1.2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sarg/sarg-1.2.2.ebuild,v 1.1 2002/11/14 10:11:26 jhhudso Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sarg/sarg-1.2.2.ebuild,v 1.2 2002/11/14 10:15:25 jhhudso Exp $
DESCRIPTION="Sarg (Squid Analysis Report Generator) is a tool that allows you to view where your users are going to on the Internet."
HOMEPAGE="http://web.onda.com.br/orso/sarg.html"
@@ -10,7 +10,7 @@ SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND=""
-#RDEPEND=">=net-www/squid-2.4.7"
+RDEPEND=">=net-www/squid-2.4.7"
S="${WORKDIR}/${P}"
src_compile() {