pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/dvipng Enable t1lib font rendering. This fix...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/26d8d0c762eb
branches:  trunk
changeset: 396805:26d8d0c762eb
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Aug 03 18:45:36 2009 +0000

description:
Enable t1lib font rendering.  This fixes PR 41773.

diffstat:

 graphics/dvipng/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 203e31e14dff -r 26d8d0c762eb graphics/dvipng/Makefile
--- a/graphics/dvipng/Makefile  Mon Aug 03 18:45:31 2009 +0000
+++ b/graphics/dvipng/Makefile  Mon Aug 03 18:45:36 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2009/06/09 21:31:03 minskim Exp $
+# $NetBSD: Makefile,v 1.5 2009/08/03 18:45:36 minskim Exp $
 #
 
 DISTNAME=      dvipng-1.11
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=dvipng/}
 
@@ -18,6 +18,7 @@
 INFO_FILES=            yes
 USE_TOOLS+=            makeinfo
 
+.include "../../fonts/t1lib/buildlink3.mk"
 .include "../../graphics/gd/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"



Home | Main Index | Thread Index | Old Index