pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libgsf Needs XML::Parser at build time for intlt...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cccd95b9d86a
branches:  trunk
changeset: 505777:cccd95b9d86a
user:      salo <salo%pkgsrc.org@localhost>
date:      Sat Jan 07 14:40:52 2006 +0000

description:
Needs XML::Parser at build time for intltool.

diffstat:

 devel/libgsf/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 285ad92e765c -r cccd95b9d86a devel/libgsf/Makefile
--- a/devel/libgsf/Makefile     Sat Jan 07 13:16:46 2006 +0000
+++ b/devel/libgsf/Makefile     Sat Jan 07 14:40:52 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2005/12/31 12:32:34 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2006/01/07 14:40:52 salo Exp $
 #
 
 DISTNAME=      libgsf-1.13.3
@@ -11,6 +11,8 @@
 HOMEPAGE=      http://www.gnome.org/
 COMMENT=       GNOME2 structured file library
 
+BUILD_DEPENDS+=        p5-XML-Parser>=2.34:../../textproc/p5-XML-Parser
+
 USE_TOOLS+=            pkg-config gmake
 GNU_CONFIGURE=         YES
 USE_LIBTOOL=           YES



Home | Main Index | Thread Index | Old Index