pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-libxslt fix path to py-libxml2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/44471d939e6d
branches:  trunk
changeset: 465694:44471d939e6d
user:      recht <recht%pkgsrc.org@localhost>
date:      Sun Jan 04 22:24:05 2004 +0000

description:
fix path to py-libxml2
noted by Min Sik Kim in private mail

diffstat:

 textproc/py-libxslt/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ba8d298b67fd -r 44471d939e6d textproc/py-libxslt/Makefile
--- a/textproc/py-libxslt/Makefile      Sun Jan 04 22:01:18 2004 +0000
+++ b/textproc/py-libxslt/Makefile      Sun Jan 04 22:24:05 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/01/04 11:48:30 recht Exp $
+# $NetBSD: Makefile,v 1.2 2004/01/04 22:24:05 recht Exp $
 
 DISTNAME=      libxml2-python-${LIBXML_VERSION}
 PKGNAME=       ${PYPKGPREFIX}-libxslt-1.1.2
@@ -9,7 +9,7 @@
 HOMEPAGE=      http://xmlsoft.org/XSLT/
 COMMENT=       Python wrapper for libxslt
 
-DEPENDS+=      ${PYPKGPREFIX}-libxml2>=${LIBXML_VERSION}:../../wip/py-libxml2
+DEPENDS+=      ${PYPKGPREFIX}-libxml2>=${LIBXML_VERSION}:../../textproc/py-libxml2
 
 PYDISTUTILSPKG=        YES
 USE_BUILDLINK2=        YES



Home | Main Index | Thread Index | Old Index