diff options
-rw-r--r-- | graphics/dvipng/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
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" |