diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-01-24 19:48:09 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-01-24 19:48:09 +0000 |
commit | 3ee4953639cf58aa4e96800113dd1e2f1d2ed26e (patch) | |
tree | 5b4e8d8ac8d0c2f62d280276ff6ace18755f3e8d /sys-apps/dmapi | |
parent | Fixed Java support (diff) | |
download | gentoo-2-3ee4953639cf58aa4e96800113dd1e2f1d2ed26e.tar.gz gentoo-2-3ee4953639cf58aa4e96800113dd1e2f1d2ed26e.tar.bz2 gentoo-2-3ee4953639cf58aa4e96800113dd1e2f1d2ed26e.zip |
added missing dep sys-apps/xfsprogs (it needs the headers)
Diffstat (limited to 'sys-apps/dmapi')
-rw-r--r-- | sys-apps/dmapi/dmapi-20020124.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/dmapi/dmapi-20020124.ebuild b/sys-apps/dmapi/dmapi-20020124.ebuild index 3dddae16be8b..eae5a58b84dc 100644 --- a/sys-apps/dmapi/dmapi-20020124.ebuild +++ b/sys-apps/dmapi/dmapi-20020124.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmapi/dmapi-20020124.ebuild,v 1.1 2002/01/24 08:02:07 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmapi/dmapi-20020124.ebuild,v 1.2 2002/01/24 19:48:09 danarmak Exp $ S=${WORKDIR}/cmd/${PN} DESCRIPTION="XFS data management API library" SRC_URI="http://www.ibiblio.org/gentoo/distfiles/xfs-cmd-${PV}.tar.bz2" HOMEPAGE="http://oss.sgi.com/projects/xfs" -DEPEND="virtual/glibc sys-devel/autoconf sys-devel/make" +DEPEND="virtual/glibc sys-devel/autoconf sys-devel/make sys-apps/xfsprogs" RDEPEND="virtual/glibc" src_compile() { |