summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/raptor/raptor-1.2.0.ebuild')
-rw-r--r--media-libs/raptor/raptor-1.2.0.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/media-libs/raptor/raptor-1.2.0.ebuild b/media-libs/raptor/raptor-1.2.0.ebuild
index 260aabc87c19..5e33994c56f4 100644
--- a/media-libs/raptor/raptor-1.2.0.ebuild
+++ b/media-libs/raptor/raptor-1.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.2.0.ebuild,v 1.3 2004/03/25 07:10:19 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-1.2.0.ebuild,v 1.4 2004/03/26 20:56:55 eradicator Exp $
DESCRIPTION="The RDF Parser Toolkit"
HOMEPAGE="http://www.redland.opensource.ac.uk/raptor/"
@@ -8,13 +8,14 @@ SRC_URI="http://www.redland.opensource.ac.uk/dist/source/${P}.tar.gz"
LICENSE="LGPL-2 MPL-1.1"
SLOT="0"
KEYWORDS="~x86 ~ppc"
-IUSE="curl xml2 gnome"
+IUSE="curl xml2 gnome ssl"
DEPEND="virtual/glibc
gnome? ( >=dev-libs/glib-2.2.1 dev-util/pkgconfig )
xml2? ( >=dev-libs/libxml2-2.4.0 )
!xml2? ( dev-libs/expat )
ssl? ( dev-libs/openssl )
curl? ( net-ftp/curl )"
+
RDEPEND="virtual/glibc
gnome? ( >=dev-libs/glib-2.2.1 )
xml2? ( >=dev-libs/libxml2-2.4.0 )