From 8085105acb090ce8f652ee99822f6912bee9cb92 Mon Sep 17 00:00:00 2001 From: hasso Date: Tue, 13 Oct 2009 10:47:57 +0000 Subject: Fix build on DragonFly. --- graphics/dvipng/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'graphics/dvipng') diff --git a/graphics/dvipng/Makefile b/graphics/dvipng/Makefile index a99f0a7e3bc..cf5d509f8f9 100644 --- a/graphics/dvipng/Makefile +++ b/graphics/dvipng/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2009/08/26 19:57:38 sno Exp $ +# $NetBSD: Makefile,v 1.7 2009/10/13 10:47:57 hasso Exp $ # DISTNAME= dvipng-1.11 @@ -18,6 +18,11 @@ GNU_CONFIGURE= yes INFO_FILES= yes USE_TOOLS+= makeinfo +# DragonFly has stripped makeinfo in the base - without texi2dvi. +.if ${OPSYS} == "DragonFly" +BUILD_DEPENDS+= gtexinfo-[0-9]*:../../devel/gtexinfo +.endif + .include "../../fonts/t1lib/buildlink3.mk" .include "../../graphics/gd/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" -- cgit v1.2.3