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 | 0eea41ffb889b6d88dc6c53d485efeb703b452fd (patch) | |
tree | 31ed0dbd30601179a2bbef617a33214b104e418a /chat/xchat | |
parent | 0abc4adafe3476950763948379df9245f53b84fc (diff) | |
download | pkgsrc-0eea41ffb889b6d88dc6c53d485efeb703b452fd.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/xchat')
-rw-r--r-- | chat/xchat/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/xchat/Makefile.common b/chat/xchat/Makefile.common index e86b03f30cc..b9faa5d7cde 100644 --- a/chat/xchat/Makefile.common +++ b/chat/xchat/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.23 2004/01/22 07:49:21 grant Exp $ +# $NetBSD: Makefile.common,v 1.24 2004/03/08 19:40:36 jmmv Exp $ DISTNAME= xchat-1.8.11 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= chat x11 MASTER_SITES= ${HOMEPAGE}files/source/1.8/ EXTRACT_SUFX= .tar.bz2 @@ -11,7 +11,7 @@ HOMEPAGE= http://xchat.org/ COMMENT= X11 (X Window System) IRC client, using the GTK+ toolkit BUILD_USES_MSGFMT= YES -DEPENDS+= gnome1-dirs>=1.0:../../misc/gnome1-dirs +DEPENDS+= gnome1-dirs>=1.5:../../misc/gnome1-dirs DISTINFO_FILE= ${.CURDIR}/../xchat/distinfo FILESDIR= ${.CURDIR}/../xchat/files |