diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-09-02 08:43:46 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-09-02 08:43:46 +0000 |
commit | 6e66f316425efac46e5628c71c284a044dc3b9a9 (patch) | |
tree | f14f5171b8976ccf2d37720b5d2fbfddb7202ba4 /chat/gossip | |
parent | 837b3015f4e122ffcabfee5a9f118b627264afa7 (diff) | |
download | pkgsrc-6e66f316425efac46e5628c71c284a044dc3b9a9.tar.gz |
Use gnome2-dirs>=1.2
Diffstat (limited to 'chat/gossip')
-rw-r--r-- | chat/gossip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/gossip/Makefile b/chat/gossip/Makefile index b03b4077fca..d5efc2b47f6 100644 --- a/chat/gossip/Makefile +++ b/chat/gossip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/09/02 07:32:04 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2003/09/02 08:43:46 xtraeme Exp $ # DISTNAME= gossip-${VER} @@ -10,7 +10,7 @@ MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= GTK2 Jabber Instant Messaging client -DEPENDS= gnome2-dirs>=1.0:../../misc/gnome2-dirs +DEPENDS= gnome2-dirs>=1.2:../../misc/gnome2-dirs BUILD_USES_MSGFMT= yes USE_BUILDLINK2= yes |