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/11d26f99c139
branches: trunk
changeset: 566079:11d26f99c139
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 d4de61129196 -r 11d26f99c139 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