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/gaim-gtk1 | |
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/gaim-gtk1')
-rw-r--r-- | chat/gaim-gtk1/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/gaim-gtk1/Makefile.common b/chat/gaim-gtk1/Makefile.common index 04c779a5833..e4ea1e49072 100644 --- a/chat/gaim-gtk1/Makefile.common +++ b/chat/gaim-gtk1/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.7 2004/02/14 17:21:34 jlam Exp $ +# $NetBSD: Makefile.common,v 1.8 2004/03/08 19:40:36 jmmv Exp $ # DISTNAME= gaim-0.59.8 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= chat x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gaim/} \ ftp://ftp.marko.net/pub/gaim/ @@ -17,7 +17,7 @@ PATCHDIR= ${.CURDIR}/../gaim-gtk1/patches PKGDIR= ${.CURDIR}/../gaim-gtk1 PLIST_SRC= ${.CURDIR}/../gaim-gtk1/PLIST.common -DEPENDS+= gnome1-dirs>=1.0:../../misc/gnome1-dirs +DEPENDS+= gnome1-dirs>=1.5:../../misc/gnome1-dirs USE_GNU_TOOLS+= make USE_X11BASE= YES |