diff options
author | hasso <hasso> | 2009-10-13 10:47:57 +0000 |
---|---|---|
committer | hasso <hasso> | 2009-10-13 10:47:57 +0000 |
commit | ddd932f97cda85904e947b4ee779a3cb19ce8b6f (patch) | |
tree | 1f8d3ebb713f0f255bb195e0bb6ad298a28e2402 /graphics/dvipng | |
parent | 972d0882802d8800d1385e059d431656f2ef14db (diff) | |
download | pkgsrc-ddd932f97cda85904e947b4ee779a3cb19ce8b6f.tar.gz |
Fix build on DragonFly.
Diffstat (limited to 'graphics/dvipng')
-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" |