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/gnomeicu/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/gnomeicu/Makefile')
-rw-r--r-- | chat/gnomeicu/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chat/gnomeicu/Makefile b/chat/gnomeicu/Makefile index 670cd7be57c..3227c5cf35c 100644 --- a/chat/gnomeicu/Makefile +++ b/chat/gnomeicu/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2004/01/22 07:49:20 grant Exp $ +# $NetBSD: Makefile,v 1.19 2004/03/08 19:40:36 jmmv Exp $ DISTNAME= gnomeicu-0.96 -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= chat gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnomeicu/} EXTRACT_SUFX= .tar.bz2 @@ -10,6 +10,8 @@ MAINTAINER= tron@NetBSD.org HOMEPAGE= http://gnomeicu.sourceforge.net/ COMMENT= GNOME ICQ client +DEPENDS+= xdg-x11-dirs>=1.1:../../misc/xdg-x11-dirs + USE_BUILDLINK2= YES USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES |