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 /editors/abiword | |
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 'editors/abiword')
-rw-r--r-- | editors/abiword/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 9f35ae46c64..ca4cb767b5f 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.72 2004/03/07 10:44:00 jmmv Exp $ +# $NetBSD: Makefile,v 1.73 2004/03/08 19:40:37 jmmv Exp $ # DISTNAME= abiword-2.0.4 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=abiword/} EXTRACT_SUFX= .tar.bz2 @@ -12,6 +12,7 @@ HOMEPAGE= http://www.abisource.com/ COMMENT= Open Source cross-platform word processor BUILD_USES_MSGFMT= yes +DEPENDS+= xdg-dirs>=1.1:../../misc/xdg-dirs # GTK1 version and previous name of the GTK2 version CONFLICTS= abiword-personal-[0-9]* abiword2-[0-9]* |