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 | |
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')
-rw-r--r-- | chat/gaim/Makefile | 6 | ||||
-rw-r--r-- | chat/gaim/PLIST | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/chat/gaim/Makefile b/chat/gaim/Makefile index ea35c472d49..7fc449b5381 100644 --- a/chat/gaim/Makefile +++ b/chat/gaim/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.55 2004/03/01 15:19:41 jmmv Exp $ +# $NetBSD: Makefile,v 1.56 2004/03/08 19:40:36 jmmv Exp $ # DISTNAME= gaim-0.75 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= chat x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gaim/} EXTRACT_SUFX= .tar.bz2 @@ -12,7 +12,7 @@ HOMEPAGE= http://gaim.sourceforge.net/ COMMENT= GTK2 based client for the AOL Instant Messenger chat system BUILD_USES_MSGFMT= YES -DEPENDS+= gnome2-dirs>=1.1:../../misc/gnome2-dirs +DEPENDS+= gnome2-dirs>=1.5:../../misc/gnome2-dirs CONFLICTS+= gaim-gnome-[0-9]* diff --git a/chat/gaim/PLIST b/chat/gaim/PLIST index 3b2c2e7d4cf..cf01a6bd469 100644 --- a/chat/gaim/PLIST +++ b/chat/gaim/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.23 2004/01/11 20:54:07 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.24 2004/03/08 19:40:36 jmmv Exp $ bin/gaim bin/gaim-remote include/gaim-remote/remote-socket.h @@ -350,7 +350,6 @@ share/sounds/gaim/receive.wav share/sounds/gaim/redalert.wav share/sounds/gaim/send.wav @dirrm share/sounds/gaim -@unexec ${RMDIR} %D/share/sounds 2>/dev/null || ${TRUE} @dirrm share/pixmaps/gaim/status/default @dirrm share/pixmaps/gaim/status @dirrm share/pixmaps/gaim/smileys/default |