diff options
author | markd <markd@pkgsrc.org> | 2004-06-19 14:38:56 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-06-19 14:38:56 +0000 |
commit | eb498336d1d3042cd7674b0d53f6bf5a5beb5173 (patch) | |
tree | 7cfeacdef3430d5016ff850a917a80ae3921fc5b /fonts/t1lib/Makefile | |
parent | c7e508df8135d132d99fb71fe79fd8f2010a883e (diff) | |
download | pkgsrc-eb498336d1d3042cd7674b0d53f6bf5a5beb5173.tar.gz |
Revert part of 5.0.1 -> 5.0.2 that was leading to core dumps in xpdf
and xdvi. Fixes PR 25457.
Bump PKGREVISION.
Diffstat (limited to 'fonts/t1lib/Makefile')
-rw-r--r-- | fonts/t1lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/t1lib/Makefile b/fonts/t1lib/Makefile index caebfb41c3a..f6e912b0db0 100644 --- a/fonts/t1lib/Makefile +++ b/fonts/t1lib/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2004/04/19 04:30:03 minskim Exp $ +# $NetBSD: Makefile,v 1.15 2004/06/19 14:38:56 markd Exp $ # DISTNAME= t1lib-5.0.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= fonts devel graphics MASTER_SITES= ${MASTER_SITE_SUNSITE:=libs/graphics/} \ ftp://ftp.foolabs.com/pub/xpdf/ |