diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-01-02 10:37:30 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-01-02 10:37:30 +0000 |
commit | 23fad309ac286f430353bd022504aabe177e47aa (patch) | |
tree | 7b81a8b7800bffacb6f8264e650797390bf6fa00 /chat/gossip | |
parent | f89fe2526a3790d9e4eb6758b2a3690e07870b44 (diff) | |
download | pkgsrc-23fad309ac286f430353bd022504aabe177e47aa.tar.gz |
p5-XML-Parser is needed by the included intltool during the build of this
package. Fixes problems shown in the last bulk build.
Diffstat (limited to 'chat/gossip')
-rw-r--r-- | chat/gossip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/gossip/Makefile b/chat/gossip/Makefile index 41a5f9afdd0..aee51d13650 100644 --- a/chat/gossip/Makefile +++ b/chat/gossip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/12/28 23:37:05 jmmv Exp $ +# $NetBSD: Makefile,v 1.10 2004/01/02 10:37:30 jmmv Exp $ # DISTNAME= gossip-0.6 @@ -12,6 +12,7 @@ HOMEPAGE= http://www.gnome.org/ COMMENT= GTK2 Jabber Instant Messaging client DEPENDS= gnome2-dirs>=1.2:../../misc/gnome2-dirs +BUILD_DEPENDS= p5-XML-Parser>=2.31nb1:../../textproc/p5-XML-Parser BUILD_USES_MSGFMT= yes USE_BUILDLINK2= yes |