diff options
author | xtraeme <xtraeme> | 2003-09-02 08:43:46 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2003-09-02 08:43:46 +0000 |
commit | 62c77a14227fa3de3419a25f21d681f968e8195b (patch) | |
tree | f14f5171b8976ccf2d37720b5d2fbfddb7202ba4 | |
parent | 381b3c890b5458471e8ec2ace5d57c2413158595 (diff) | |
download | pkgsrc-62c77a14227fa3de3419a25f21d681f968e8195b.tar.gz |
Use gnome2-dirs>=1.2
-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 |