diff options
author | recht <recht@pkgsrc.org> | 2004-01-04 22:24:05 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-01-04 22:24:05 +0000 |
commit | 87c74cd9e04553ecdfcfa8fc37f939d50739c9ad (patch) | |
tree | 4f218bf9e0b6b5df4ba3c1644d9bca9ea82c7d35 /textproc/py-libxslt | |
parent | c705b8fe8045e6b2f2d44e78d97787609db3b041 (diff) | |
download | pkgsrc-87c74cd9e04553ecdfcfa8fc37f939d50739c9ad.tar.gz |
fix path to py-libxml2
noted by Min Sik Kim in private mail
Diffstat (limited to 'textproc/py-libxslt')
-rw-r--r-- | textproc/py-libxslt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-libxslt/Makefile b/textproc/py-libxslt/Makefile index 5439438c6d3..6620012cc34 100644 --- a/textproc/py-libxslt/Makefile +++ b/textproc/py-libxslt/Makefile @@ -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 @@ MAINTAINER= minskim@bawi.org 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 |