pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/inkscape The configure checks for boehm-gc>=6.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/284315d1180f
branches:  trunk
changeset: 493616:284315d1180f
user:      reed <reed%pkgsrc.org@localhost>
date:      Tue May 10 18:58:27 2005 +0000

description:
The configure checks for boehm-gc>=6.4
so use BUILDLINK_DEPENDS.boehm-gc for that.

diffstat:

 graphics/inkscape/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 84a7dac462bf -r 284315d1180f graphics/inkscape/Makefile
--- a/graphics/inkscape/Makefile        Tue May 10 18:43:53 2005 +0000
+++ b/graphics/inkscape/Makefile        Tue May 10 18:58:27 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/05/10 18:38:15 drochner Exp $
+# $NetBSD: Makefile,v 1.7 2005/05/10 18:58:27 reed Exp $
 #
 
 DISTNAME=              inkscape-0.41
@@ -22,6 +22,7 @@
 GNU_CONFIGURE=         yes
 USE_GNU_TOOLS+=                make
 
+BUILDLINK_DEPENDS.boehm-gc+=   boehm-gc>=6.4
 .include "../../devel/boehm-gc/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/libsigc++2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index