pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/gnome-icon-theme Make librsvg a build depende...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bd9a2a7591af
branches: trunk
changeset: 577700:bd9a2a7591af
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Jul 17 12:22:32 2010 +0000
description:
Make librsvg a build dependency by using its buildlink3.mk and
setting the BUILDLINK_DEPMETHOD.librsvg variable to "build".
Addresses final part of PR 43564 by David H. Gutteridge.
diffstat:
graphics/gnome-icon-theme/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 11ffe64afada -r bd9a2a7591af graphics/gnome-icon-theme/Makefile
--- a/graphics/gnome-icon-theme/Makefile Sat Jul 17 12:17:51 2010 +0000
+++ b/graphics/gnome-icon-theme/Makefile Sat Jul 17 12:22:32 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2010/06/25 22:05:05 wiz Exp $
+# $NetBSD: Makefile,v 1.69 2010/07/17 12:22:32 wiz Exp $
#
DISTNAME= gnome-icon-theme-2.30.3
@@ -38,5 +38,7 @@
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../graphics/icon-naming-utils/buildlink3.mk"
-BUILD_DEPENDS+= librsvg>=2.22.3:../../graphics/librsvg
+BUILDLINK_DEPMETHOD.librsvg= build
+BUILDLINK_API_DEPENDS.librsvg+= librsvg>=2.22.3
+.include "../../graphics/librsvg/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index