diff options
author | reed <reed@pkgsrc.org> | 2005-05-10 18:58:27 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-05-10 18:58:27 +0000 |
commit | be08e8b01b187c85a441b98700c2ec04007b5c54 (patch) | |
tree | 1929e7bf9507dfe704aba871fe652c3705771f06 /graphics/inkscape | |
parent | 87811fe2bb00af8889b2df0e6655e9115b59d545 (diff) | |
download | pkgsrc-be08e8b01b187c85a441b98700c2ec04007b5c54.tar.gz |
The configure checks for boehm-gc>=6.4
so use BUILDLINK_DEPENDS.boehm-gc for that.
Diffstat (limited to 'graphics/inkscape')
-rw-r--r-- | graphics/inkscape/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index 0c93fdd6045..d767ac1c7d3 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -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 @@ USE_LIBTOOL= yes 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" |