summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/XML-LibXSLT/XML-LibXSLT-0.96.ebuild')
-rw-r--r--dev-perl/XML-LibXSLT/XML-LibXSLT-0.96.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-perl/XML-LibXSLT/XML-LibXSLT-0.96.ebuild b/dev-perl/XML-LibXSLT/XML-LibXSLT-0.96.ebuild
index 543ccc9338c7..d00f8411e697 100644
--- a/dev-perl/XML-LibXSLT/XML-LibXSLT-0.96.ebuild
+++ b/dev-perl/XML-LibXSLT/XML-LibXSLT-0.96.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXSLT/XML-LibXSLT-0.96.ebuild,v 1.3 2001/05/09 10:21:22 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-LibXSLT/XML-LibXSLT-0.96.ebuild,v 1.4 2001/05/30 18:24:34 achim Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -10,7 +10,7 @@ SRC_URI="http://cpan.valueclick.com/modules/by-category/11_String_Lang_Text_Proc
HOMEPAGE="http://cpan.valueclick.com/modules/by-category/11_String_Lang_Text_Proc/XML/${P}.readme"
DEPEND=">=sys-devel/perl-5
- >=gnome-base/gnome-libs-1.2.10
+ >=gnome-base/gnome-libs-1
>=gnome-libs/libxslt-0.5
>=dev-perl/libwww-perl-5.48"
@@ -22,7 +22,7 @@ src_unpack() {
src_compile() {
- perl Makefile.PL
+ perl Makefile.PL LIBS=\"-L/opt/gnome/lib\" INC=\"-I/opt/gnome/include\"
try make
try make test
}