diff options
author | drochner <drochner@pkgsrc.org> | 2006-10-30 21:04:22 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-10-30 21:04:22 +0000 |
commit | 51f5d1ff8751965e5ece456ed1b70f4fb306aa7a (patch) | |
tree | fa849765e3c090c90371accd202af4beb53d1ae8 /textproc/py-libxslt/Makefile | |
parent | 34663ef2c26815ef6384519378a98b06436db892 (diff) | |
download | pkgsrc-51f5d1ff8751965e5ece456ed1b70f4fb306aa7a.tar.gz |
sync with libxslt, no specific changes
Diffstat (limited to 'textproc/py-libxslt/Makefile')
-rw-r--r-- | textproc/py-libxslt/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/py-libxslt/Makefile b/textproc/py-libxslt/Makefile index 512bf8c9155..cd4c442f438 100644 --- a/textproc/py-libxslt/Makefile +++ b/textproc/py-libxslt/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.20 2006/06/13 15:54:04 drochner Exp $ +# $NetBSD: Makefile,v 1.21 2006/10/30 21:04:22 drochner Exp $ -DISTNAME= libxslt-1.1.17 +DISTNAME= libxslt-1.1.18 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc python +MASTER_SITES= ftp://xmlsoft.org/libxslt/ MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxslt/1.1/} -EXTRACT_SUFX= .tar.bz2 MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://xmlsoft.org/XSLT/ |