summaryrefslogtreecommitdiff
path: root/fonts/t1utils/Makefile
diff options
context:
space:
mode:
authorsalo <salo>2003-06-01 12:49:12 +0000
committersalo <salo>2003-06-01 12:49:12 +0000
commitc42afef1b1bb7e3e30dcbeaa8f4fd5cba63b6dab (patch)
treed49ccdaf360b3d9ae05f3b8f21784ec1b05321dd /fonts/t1utils/Makefile
parenta9f9b507c46336d892a48a97c16ae75776df7f97 (diff)
downloadpkgsrc-c42afef1b1bb7e3e30dcbeaa8f4fd5cba63b6dab.tar.gz
Updated to version 1.27.
Changes: - whitespace 1.27: ===== - t1ascii: Add optional warning when output lines are longer than 255 characters. Requested by Werner Lemberg <wl@gnu.org>. 1.26: ===== - t1mac: Fix buglet (C++ comment, and temporary file left behind). Reported by Vladimir Volovich <vvv@vsu.ru>. 1.25: ===== - t1asm: Beware extra characters after `currentfile closefile'. Reported by Luc Devroye <luc@cs.mcgill.ca>. 1.24: ===== - Fixed compilation bugs on various platforms reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
Diffstat (limited to 'fonts/t1utils/Makefile')
-rw-r--r--fonts/t1utils/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/fonts/t1utils/Makefile b/fonts/t1utils/Makefile
index 23513a9b7a8..1c72bc844c2 100644
--- a/fonts/t1utils/Makefile
+++ b/fonts/t1utils/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2002/10/08 09:41:32 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2003/06/01 12:49:12 salo Exp $
#
-DISTNAME= t1utils-1.23
+DISTNAME= t1utils-1.27
CATEGORIES= fonts converters
MASTER_SITES= http://www.lcdf.org/~eddietwo/type/
@@ -9,7 +9,7 @@ MAINTAINER= jonb@netbsd.org
HOMEPAGE= http://www.lcdf.org/~eddietwo/type/
COMMENT= Utility programs for dealing with Postscript Type 1 font files
-USE_BUILDLINK2= YES
-GNU_CONFIGURE= YES
+USE_BUILDLINK2= YES
+GNU_CONFIGURE= YES
.include "../../mk/bsd.pkg.mk"