pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gnome-session Add BUILD_DEPENDS on xmlto, ensuring...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0e89c6acb901
branches:  trunk
changeset: 549106:0e89c6acb901
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Mon Oct 27 17:22:39 2008 +0000

description:
Add BUILD_DEPENDS on xmlto, ensuring that the new PLIST entry is built.

diffstat:

 x11/gnome-session/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r a137ef9ce79f -r 0e89c6acb901 x11/gnome-session/Makefile
--- a/x11/gnome-session/Makefile        Mon Oct 27 17:07:46 2008 +0000
+++ b/x11/gnome-session/Makefile        Mon Oct 27 17:22:39 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.106 2008/10/26 23:33:18 gdt Exp $
+# $NetBSD: Makefile,v 1.107 2008/10/27 17:22:39 gdt Exp $
 #
 
 DISTNAME=              gnome-session-2.24.1
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            x11 gnome
 MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/gnome-session/2.24/}
 SITES.gnome-splash-2.16.0.png= ${MASTER_SITE_LOCAL:=gnome-splash/}
@@ -17,6 +17,8 @@
 
 CONFLICTS+=            gnome-core<1.4.2nb4
 
+BUILD_DEPENDS+=        xmlto-[0-9]*:../../textproc/xmlto
+
 EXTRACT_ONLY=          ${DISTNAME}${EXTRACT_SUFX}
 GNU_CONFIGURE=         yes
 USE_DIRS+=             gnome2-1.5



Home | Main Index | Thread Index | Old Index