diff options
Diffstat (limited to 'graphics/dvipng/Makefile')
-rw-r--r-- | graphics/dvipng/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/dvipng/Makefile b/graphics/dvipng/Makefile index 50326a48c05..c449a0965d6 100644 --- a/graphics/dvipng/Makefile +++ b/graphics/dvipng/Makefile @@ -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 @@ GNU_CONFIGURE= yes 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" |