diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-03-08 19:40:36 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-03-08 19:40:36 +0000 |
commit | ae5a97419f9483f8d29f539efc9d0073f21b32de (patch) | |
tree | 31ed0dbd30601179a2bbef617a33214b104e418a /chat/gossip/Makefile | |
parent | a8e47947f0a68e270b396c8eb837420d5740af94 (diff) | |
download | pkgsrc-ae5a97419f9483f8d29f539efc9d0073f21b32de.tar.gz |
Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
Diffstat (limited to 'chat/gossip/Makefile')
-rw-r--r-- | chat/gossip/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chat/gossip/Makefile b/chat/gossip/Makefile index 2591d82b53d..63c75aa54b0 100644 --- a/chat/gossip/Makefile +++ b/chat/gossip/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2004/03/08 15:48:02 jmmv Exp $ +# $NetBSD: Makefile,v 1.22 2004/03/08 19:40:36 jmmv Exp $ # DISTNAME= gossip-0.7.2 +PKGREVISION= 1 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gossip/0.7/} EXTRACT_SUFX= .tar.bz2 @@ -10,7 +11,7 @@ MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= GTK2 Jabber Instant Messaging client -DEPENDS= gnome2-dirs>=1.2:../../misc/gnome2-dirs +DEPENDS= gnome2-dirs>=1.5:../../misc/gnome2-dirs BUILD_DEPENDS= p5-XML-Parser>=2.31nb1:../../textproc/p5-XML-Parser BUILD_USES_MSGFMT= yes |