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/dasher | |
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/dasher')
-rw-r--r-- | editors/dasher/Makefile | 6 | ||||
-rw-r--r-- | editors/dasher/PLIST | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/editors/dasher/Makefile b/editors/dasher/Makefile index 96ce30553fa..f93f06f76bc 100644 --- a/editors/dasher/Makefile +++ b/editors/dasher/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2004/03/07 12:09:20 jmmv Exp $ +# $NetBSD: Makefile,v 1.5 2004/03/08 19:40:37 jmmv Exp $ # DISTNAME= dasher-3.2.4 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/dasher/3.2/} @@ -10,7 +10,7 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.inference.phy.cam.ac.uk/dasher/ COMMENT= Easy typing without using keyboard -DEPENDS+= gnome2-dirs>=1.2:../../misc/gnome2-dirs +DEPENDS+= gnome2-dirs>=1.5:../../misc/gnome2-dirs GNU_CONFIGURE= yes USE_BUILDLINK3= yes diff --git a/editors/dasher/PLIST b/editors/dasher/PLIST index 1ac57f2267c..1dfabfe4ab5 100644 --- a/editors/dasher/PLIST +++ b/editors/dasher/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2004/02/26 15:10:50 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.3 2004/03/08 19:40:37 jmmv Exp $ bin/dasher man/man1/dasher.1 share/applications/dasher.desktop @@ -76,7 +76,6 @@ ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/dasher.mo share/omf/dasher/dasher-C.omf @dirrm share/omf/dasher @comment in scrollkeeper: @dirrm share/omf -@unexec ${RMDIR} %D/share/icons 2>/dev/null || ${TRUE} @dirrm share/gnome/help/dasher/C/figures @dirrm share/gnome/help/dasher/C @dirrm share/gnome/help/dasher |