diff options
author | jmmv <jmmv> | 2004-02-18 13:42:00 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-02-18 13:42:00 +0000 |
commit | adb1d93ab417469e57c815ebf442fbd641af39f4 (patch) | |
tree | f1bef63929897843856bef90f6e623bfc5bf4140 /textproc/libxslt/Makefile | |
parent | f90a7bf9e7a5d1993b0b9a9b50726e29475f9a1d (diff) | |
download | pkgsrc-adb1d93ab417469e57c815ebf442fbd641af39f4.tar.gz |
Fix generation of some documents that were only built if xsltproc was
previously installed in the system. Bump PKGREVISION to 1.
Diffstat (limited to 'textproc/libxslt/Makefile')
-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 3f912fcb778..da135fed2b0 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.37 2004/02/17 16:47:22 jmmv Exp $ +# $NetBSD: Makefile,v 1.38 2004/02/18 13:42:00 jmmv Exp $ DISTNAME= libxslt-1.1.3 PKGNAME= ${DISTNAME} +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxslt/1.1/} EXTRACT_SUFX= .tar.bz2 |