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 /graphics/sodipodi | |
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 'graphics/sodipodi')
-rw-r--r-- | graphics/sodipodi/Makefile | 6 | ||||
-rw-r--r-- | graphics/sodipodi/PLIST | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/graphics/sodipodi/Makefile b/graphics/sodipodi/Makefile index 2e69306e87b..a5a3dad4947 100644 --- a/graphics/sodipodi/Makefile +++ b/graphics/sodipodi/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2004/01/24 15:46:44 grant Exp $ +# $NetBSD: Makefile,v 1.24 2004/03/08 19:40:39 jmmv Exp $ # DISTNAME= sodipodi-0.33 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sodipodi/} @@ -10,7 +10,7 @@ MAINTAINER= manu@NetBSD.org HOMEPAGE= http://www.gnome.org/gnome-office/sodipodi.shtml COMMENT= Open source vector graphics drawing program using SVG as native format -DEPENDS+= gnome2-dirs>=1.0:../../misc/gnome2-dirs +DEPENDS+= gnome2-dirs>=1.5:../../misc/gnome2-dirs GNU_CONFIGURE= YES USE_BUILDLINK2= YES diff --git a/graphics/sodipodi/PLIST b/graphics/sodipodi/PLIST index edabbe1040f..4c1d9feccd3 100644 --- a/graphics/sodipodi/PLIST +++ b/graphics/sodipodi/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2003/12/18 04:14:05 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.6 2004/03/08 19:40:39 jmmv Exp $ bin/sodipodi lib/sodipodi/extensions/ill2svg.pl man/man1/sodipodi.1 @@ -209,6 +209,4 @@ share/sodipodi/zoom_out.xpm share/sodipodi/zoom_page.xpm share/sodipodi/zoom_select.xpm @unexec ${RMDIR} %D/share/oaf 2> /dev/null || ${TRUE} -@unexec ${RMDIR} %D/share/gnome/apps/Graphics 2> /dev/null || ${TRUE} -@unexec ${RMDIR} %D/share/gnome/apps 2> /dev/null || ${TRUE} @dirrm share/sodipodi |