diff options
-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 |