summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-05-23 06:50:21 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-05-23 06:50:21 +0000
commitd80e4d7b812de76012302ab154b8b8a0c706640a (patch)
tree6852e43ed8f4895d9f241cf248a7f2efd48fe35d /app-admin/aide
parentupdating bb when I should be asleep (diff)
downloadgentoo-2-d80e4d7b812de76012302ab154b8b8a0c706640a.tar.gz
gentoo-2-d80e4d7b812de76012302ab154b8b8a0c706640a.tar.bz2
gentoo-2-d80e4d7b812de76012302ab154b8b8a0c706640a.zip
gtk 1.2 dependency listing fixes
Diffstat (limited to 'app-admin/aide')
-rw-r--r--app-admin/aide/aide-0.8.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/app-admin/aide/aide-0.8.ebuild b/app-admin/aide/aide-0.8.ebuild
index 364a95399b9a..9611685de1d5 100644
--- a/app-admin/aide/aide-0.8.ebuild
+++ b/app-admin/aide/aide-0.8.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Bruce A. Locke <blocke@shivan.org>
-# $Header: /var/cvsroot/gentoo-x86/app-admin/aide/aide-0.8.ebuild,v 1.1 2002/03/15 11:32:29 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/aide/aide-0.8.ebuild,v 1.2 2002/05/23 06:50:08 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="AIDE (Advanced Intrusion Detection Environment) is a free replacement for Tripwire"
@@ -15,6 +15,8 @@ DEPEND="sys-apps/gzip
app-crypt/mhash
postgres? ( dev-db/postgresql )"
+RDEPEND=""
+
src_compile() {
local myconf
@@ -30,9 +32,6 @@ src_compile() {
--with-extra-lib=/usr/lib \
${myconf} || die
-
-# sed 's:\(^CRYPTLIB\).*:\1 = -lmhash -I/usr/lib/libgcrypt:' ${blah}.orig \
-# > ${blah}
emake || die
}
@@ -47,4 +46,3 @@ src_install() {
dohtml doc/manual.html
}
-