summaryrefslogtreecommitdiff
path: root/graphics/dvipng
diff options
context:
space:
mode:
authorhasso <hasso>2009-10-13 10:47:57 +0000
committerhasso <hasso>2009-10-13 10:47:57 +0000
commit5aa28da647a791ef3cba1ddf05ab49c291d47b0f (patch)
tree1f8d3ebb713f0f255bb195e0bb6ad298a28e2402 /graphics/dvipng
parent608f48498c9bd4a74ef0d801a4fe1d56b0acb119 (diff)
downloadpkgsrc-5aa28da647a791ef3cba1ddf05ab49c291d47b0f.tar.gz
Fix build on DragonFly.
Diffstat (limited to 'graphics/dvipng')
-rw-r--r--graphics/dvipng/Makefile7
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"