pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff3525f88dbc
branches:  trunk
changeset: 398246:ff3525f88dbc
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Thu Aug 27 13:08:54 2009 +0000

description:
Fix build on DragonFly.

diffstat:

 graphics/asymptote/Makefile |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 0e61f124337f -r ff3525f88dbc graphics/asymptote/Makefile
--- a/graphics/asymptote/Makefile       Thu Aug 27 11:59:38 2009 +0000
+++ b/graphics/asymptote/Makefile       Thu Aug 27 13:08:54 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/08/21 23:02:29 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2009/08/27 13:08:54 hasso Exp $
 #
 
 DISTNAME=      asymptote-1.84
@@ -31,6 +31,13 @@
        ${MV} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/xasy.1x \
                ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/xasy.1
 
+.include "../../mk/bsd.prefs.mk"
+
+# DragonFly has stripped makeinfo in the base - without texi2dvi.
+.if ${OPSYS} == "DragonFly"
+BUILD_DEPENDS+=         gtexinfo-[0-9]*:../../devel/gtexinfo
+.endif
+
 .include "../../devel/boehm-gc/buildlink3.mk"
 .include "../../devel/readline/buildlink3.mk"
 # next two could be split off into options



Home | Main Index | Thread Index | Old Index