diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-09 07:10:17 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-09 07:10:17 +0000 |
commit | 35c27402b4a967b62f8f1fb3811e985b32d71d03 (patch) | |
tree | 1a8230c5dd5f0e7c980058a9a1c1aaad4263bafe /net-analyzer/ntop | |
parent | *** empty log message *** (diff) | |
download | historical-35c27402b4a967b62f8f1fb3811e985b32d71d03.tar.gz historical-35c27402b4a967b62f8f1fb3811e985b32d71d03.tar.bz2 historical-35c27402b4a967b62f8f1fb3811e985b32d71d03.zip |
*** empty log message ***
Diffstat (limited to 'net-analyzer/ntop')
-rw-r--r-- | net-analyzer/ntop/ntop-1.3.1-r2.ebuild | 10 |
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 } |