diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-01-23 21:50:42 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-01-23 21:50:42 +0000 |
commit | 55182aa4c604b8839a4d331f7020bfb73e539192 (patch) | |
tree | e47d9165fc61d62512538b4bd8c5271c35985a15 /textproc/libxslt | |
parent | 83174336653efb95b87dc141b64b6eff1590b4c2 (diff) | |
download | pkgsrc-55182aa4c604b8839a4d331f7020bfb73e539192.tar.gz |
Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
Diffstat (limited to 'textproc/libxslt')
-rw-r--r-- | textproc/libxslt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index 8fb967acdc0..1f012ee9035 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.31 2003/12/26 21:56:14 jmmv Exp $ +# $NetBSD: Makefile,v 1.32 2004/01/23 21:50:48 jmmv Exp $ DISTNAME= libxslt-1.1.2 PKGNAME= ${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxslt/1.1/} EXTRACT_SUFX= .tar.bz2 |