summaryrefslogtreecommitdiff
path: root/graphics/inkscape
diff options
context:
space:
mode:
authoradam <adam>2010-02-09 10:12:13 +0000
committeradam <adam>2010-02-09 10:12:13 +0000
commitc075308975e5a14645243e92c56ccedc51e5fb15 (patch)
treeb94ed7505d24fe03760b44b6867e0fbae35a2064 /graphics/inkscape
parent2b07ec3f2612d735b10dcc2ce981aaddc64abc42 (diff)
downloadpkgsrc-c075308975e5a14645243e92c56ccedc51e5fb15.tar.gz
Inkscape requires boost-headers, not boost-libs
Diffstat (limited to 'graphics/inkscape')
-rw-r--r--graphics/inkscape/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile
index 6df657df068..dd0f3bdcb08 100644
--- a/graphics/inkscape/Makefile
+++ b/graphics/inkscape/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2010/01/18 09:59:02 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2010/02/09 10:12:13 adam Exp $
DISTNAME= inkscape-0.47
PKGREVISION= 1
@@ -48,7 +48,7 @@ CONFIGURE_ARGS+= --with-gnome-vfs
BUILDLINK_API_DEPENDS.poppler-includes+= poppler-includes>=0.12.2
.include "../../devel/boehm-gc/buildlink3.mk"
-.include "../../devel/boost-libs/buildlink3.mk"
+.include "../../devel/boost-headers/buildlink3.mk"
.include "../../devel/pango/buildlink3.mk"
.include "../../devel/popt/buildlink3.mk"
.include "../../graphics/lcms/buildlink3.mk"