diff options
Diffstat (limited to 'chat/gabber/Makefile')
-rw-r--r-- | chat/gabber/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chat/gabber/Makefile b/chat/gabber/Makefile index c299c067bd7..1bd7d448d2f 100644 --- a/chat/gabber/Makefile +++ b/chat/gabber/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2004/03/07 12:09:20 jmmv Exp $ +# $NetBSD: Makefile,v 1.31 2004/03/08 19:40:36 jmmv Exp $ DISTNAME= gabber-0.8.8 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gabber/} @@ -9,6 +9,8 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://gabber.sourceforge.net/ COMMENT= Gnome Jabber Client +DEPENDS+= xdg-x11-dirs>=1.1:../../misc/xdg-x11-dirs + USE_BUILDLINK2= YES USE_PKGLOCALEDIR= YES USE_GNU_TOOLS+= make |