summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-06-09 07:10:17 +0000
committerAchim Gottinger <achim@gentoo.org>2001-06-09 07:10:17 +0000
commit29548896edfcc4f61626e9b4d247c47f38c27a36 (patch)
tree601d4548537bf1b66c79f02a1cb4578655c23f32 /net-analyzer/ntop
parent*** empty log message *** (diff)
downloadgentoo-2-29548896edfcc4f61626e9b4d247c47f38c27a36.tar.gz
gentoo-2-29548896edfcc4f61626e9b4d247c47f38c27a36.tar.bz2
gentoo-2-29548896edfcc4f61626e9b4d247c47f38c27a36.zip
*** empty log message ***
Diffstat (limited to 'net-analyzer/ntop')
-rw-r--r--net-analyzer/ntop/ntop-1.3.1-r2.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/net-analyzer/ntop/ntop-1.3.1-r2.ebuild b/net-analyzer/ntop/ntop-1.3.1-r2.ebuild
index ad1e4cb9464c..a8e27db992f5 100644
--- a/net-analyzer/ntop/ntop-1.3.1-r2.ebuild
+++ b/net-analyzer/ntop/ntop-1.3.1-r2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-1.3.1-r2.ebuild,v 1.3 2001/06/01 14:00:14 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-1.3.1-r2.ebuild,v 1.4 2001/06/09 07:10:17 achim Exp $
P=ntop-1.3.1
A="${P}.tar.gz"
@@ -12,8 +12,9 @@ HOMEPAGE="http://www.ntop.org/ntop.html"
DEPEND="virtual/glibc sys-devel/gcc
>=sys-libs/gdbm-1.8.0
- ssl? ( >=dev-libs/openssl-0.9.6 )
- >=net-libs/libpcap-0.5.2"
+ >=sys-libs/readline-4.1
+ >=net-libs/libpcap-0.5.2
+ ssl? ( >=dev-libs/openssl-0.9.6 )"
RDEPEND="virtual/glibc sys-devel/gcc
>=sys-libs/gdbm-1.8.0
@@ -40,7 +41,8 @@ src_compile() {
#if [ "`use tcpd`" ] ; then
# myconf="$myconf --enable-tcpwrap"
#fi
- try ./configure --prefix=/usr --sysconfdir=/usr/share --mandir=/usr/share/man --host=${CHOST} $myconf
+ touch *
+ try ./configure --prefix=/usr --sysconfdir=/usr/share --mandir=/usr/share/man --host=${CHOST} $myconf
try make
}