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