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 /x11/wdm | |
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 'x11/wdm')
-rw-r--r-- | x11/wdm/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile index dba9c99d690..62d6e4a3373 100644 --- a/x11/wdm/Makefile +++ b/x11/wdm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2004/02/25 23:19:21 minskim Exp $ +# $NetBSD: Makefile,v 1.14 2004/03/08 19:40:46 jmmv Exp $ DISTNAME= wdm-1.25 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 windowmaker MASTER_SITES= http://voins.program.ru/wdm/ @@ -10,6 +10,7 @@ HOMEPAGE= http://voins.program.ru/wdm/ COMMENT= WINGs display manager BUILD_USES_MSGFMT= YES +DEPENDS+= xdg-x11-dirs>=1.1:../../misc/xdg-x11-dirs USE_BUILDLINK3= YES USE_PKGINSTALL= YES |