pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/inkscape Inkscape requires boost-headers, not...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca36bde07b6d
branches:  trunk
changeset: 571176:ca36bde07b6d
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Feb 09 10:12:13 2010 +0000

description:
Inkscape requires boost-headers, not boost-libs

diffstat:

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

diffs (18 lines):

diff -r 2079f517651e -r ca36bde07b6d graphics/inkscape/Makefile
--- a/graphics/inkscape/Makefile        Tue Feb 09 07:22:32 2010 +0000
+++ b/graphics/inkscape/Makefile        Tue Feb 09 10:12:13 2010 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index