diff options
Diffstat (limited to 'app-text/xmlstarlet/xmlstarlet-1.0.1-r1.ebuild')
-rw-r--r-- | app-text/xmlstarlet/xmlstarlet-1.0.1-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-text/xmlstarlet/xmlstarlet-1.0.1-r1.ebuild b/app-text/xmlstarlet/xmlstarlet-1.0.1-r1.ebuild index 5290a51dfaaa..4387a8db9e5c 100644 --- a/app-text/xmlstarlet/xmlstarlet-1.0.1-r1.ebuild +++ b/app-text/xmlstarlet/xmlstarlet-1.0.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xmlstarlet/xmlstarlet-1.0.1-r1.ebuild,v 1.1 2007/03/14 07:26:38 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xmlstarlet/xmlstarlet-1.0.1-r1.ebuild,v 1.2 2007/07/12 04:37:47 mr_bones_ Exp $ DESCRIPTION="A set of tools to transform, query, validate, and edit XML documents" HOMEPAGE="http://xmlstar.sourceforge.net/" @@ -17,7 +17,6 @@ RDEPEND=">=dev-libs/libxml2-2.6.12 DEPEND="${RDEPEND} dev-util/pkgconfig" - src_compile() { local xsltlibs=$(pkg-config --libs libxslt libexslt) local xmllibs=$(pkg-config --libs libxml-2.0) |