summaryrefslogtreecommitdiff
path: root/fonts/ttf2pt1/Makefile
diff options
context:
space:
mode:
authoradam <adam>2004-04-27 15:18:08 +0000
committeradam <adam>2004-04-27 15:18:08 +0000
commit52822886e7a5572f82843799c9f00794aaf1b05f (patch)
treed6932921f8e2f46fdce48f4b2df7447977e12308 /fonts/ttf2pt1/Makefile
parent1f55ce519d0e118015fdff754a4740075a38c240 (diff)
downloadpkgsrc-52822886e7a5572f82843799c9f00794aaf1b05f.tar.gz
Changes 3.4.4:
* Improved auto-vectoring (-OV) algorithm * Allow use of any encoding table of format 4 in the ttf parser * Take the first available format 4 encoding table if no know table is found * The ttf parser lists the available encondings if no supported encoding table is found * Bug fixes
Diffstat (limited to 'fonts/ttf2pt1/Makefile')
-rw-r--r--fonts/ttf2pt1/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/fonts/ttf2pt1/Makefile b/fonts/ttf2pt1/Makefile
index 40a9593ee42..efba5b7a72e 100644
--- a/fonts/ttf2pt1/Makefile
+++ b/fonts/ttf2pt1/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2004/04/25 08:56:19 snj Exp $
+# $NetBSD: Makefile,v 1.8 2004/04/27 15:18:08 adam Exp $
#
-DISTNAME= ttf2pt1-3.4.0
-PKGREVISION= 3
+DISTNAME= ttf2pt1-3.4.4
CATEGORIES= fonts
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ttf2pt1/}
EXTRACT_SUFX= .tgz
@@ -13,7 +12,7 @@ COMMENT= TrueType font converter to Postscript type 1
DEPENDS+= t1utils-[0-9]*:../../fonts/t1utils
-USE_BUILDLINK3= yes
+USE_BUILDLINK3= yes
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"