summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/dmalloc/dmalloc-4.8.2-r1.ebuild')
-rw-r--r--dev-libs/dmalloc/dmalloc-4.8.2-r1.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/dev-libs/dmalloc/dmalloc-4.8.2-r1.ebuild b/dev-libs/dmalloc/dmalloc-4.8.2-r1.ebuild
index a946aab58297..c653c3ce1c6a 100644
--- a/dev-libs/dmalloc/dmalloc-4.8.2-r1.ebuild
+++ b/dev-libs/dmalloc/dmalloc-4.8.2-r1.ebuild
@@ -1,15 +1,17 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/dmalloc-4.8.2-r1.ebuild,v 1.1 2002/06/06 02:32:53 jnelson Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/dmalloc-4.8.2-r1.ebuild,v 1.2 2002/08/01 16:07:18 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A Debug Malloc Library"
-SRC_URI="http://dmalloc.com/cgi-bin/bounce/http://download.sourceforge.net/${PN}/${PN}-${PV}.tgz"
+SRC_URI="http://download.sourceforge.net/${PN}/${P}.tgz"
HOMEPAGE="http://dmalloc.com/"
-DEPEND="virtual/glibc"
-RDEPEND="${DEPEND}"
+
SLOT="0"
LICENSE="as-is"
+KEYWORDS="x86"
+
+DEPEND="virtual/glibc"
src_compile() {
econf --enable-threads --enable-shlib || die "configure failed"