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 /wm/openbox/Makefile | |
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 'wm/openbox/Makefile')
-rw-r--r-- | wm/openbox/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wm/openbox/Makefile b/wm/openbox/Makefile index 6e3bb0fce97..015d70055ea 100644 --- a/wm/openbox/Makefile +++ b/wm/openbox/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2004/02/16 23:00:47 snj Exp $ +# $NetBSD: Makefile,v 1.16 2004/03/08 19:40:43 jmmv Exp $ DISTNAME= openbox-3.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= wm x11 MASTER_SITES= http://icculus.org/openbox/releases/ @@ -10,7 +10,7 @@ HOMEPAGE= http://icculus.org/openbox/ COMMENT= Standards compliant, light-weight and extensible window manager BUILD_USES_MSGFMT= YES -DEPENDS+= gnome2-dirs>=1.2:../../misc/gnome2-dirs +DEPENDS+= gnome2-dirs>=1.5:../../misc/gnome2-dirs DEPENDS+= vera-ttf>=1.10:../../fonts/vera-ttf GNU_CONFIGURE= YES |