pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/dvipng Fix build on DragonFly.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3a8e0784429c
branches:  trunk
changeset: 400227:3a8e0784429c
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Tue Oct 13 10:47:57 2009 +0000

description:
Fix build on DragonFly.

diffstat:

 graphics/dvipng/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r d5ee6aec8009 -r 3a8e0784429c graphics/dvipng/Makefile
--- a/graphics/dvipng/Makefile  Tue Oct 13 10:38:31 2009 +0000
+++ b/graphics/dvipng/Makefile  Tue Oct 13 10:47:57 2009 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index