diff options
author | ghen <ghen@pkgsrc.org> | 2009-03-05 09:26:18 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2009-03-05 09:26:18 +0000 |
commit | 8533e8e77d34596974294e62837c903e930981c4 (patch) | |
tree | 1fa61a98f7b0d663fa4f65a0524c4e19e195b28d /x11/dmenu/Makefile | |
parent | 7a6ec38558583f581516cfb7f6bbe35584d866b8 (diff) | |
download | pkgsrc-8533e8e77d34596974294e62837c903e930981c4.tar.gz |
Update to dmenu 3.9. Changes unlisted, at least Xinerama support.
Diffstat (limited to 'x11/dmenu/Makefile')
-rw-r--r-- | x11/dmenu/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11/dmenu/Makefile b/x11/dmenu/Makefile index 3b15a374340..2e8e25795d1 100644 --- a/x11/dmenu/Makefile +++ b/x11/dmenu/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2008/04/04 20:28:05 ghen Exp $ +# $NetBSD: Makefile,v 1.3 2009/03/05 09:26:18 ghen Exp $ -DISTNAME= dmenu-3.6 +DISTNAME= dmenu-3.9 CATEGORIES= x11 -MASTER_SITES= http://www.suckless.org/download/ +MASTER_SITES= http://code.suckless.org/dl/tools/ MAINTAINER= ghen@NetBSD.org HOMEPAGE= http://www.suckless.org/wiki/tools/xlib @@ -10,5 +10,7 @@ COMMENT= Dymanic menu for wmii PKG_DESTDIR_SUPPORT= user-destdir +.include "../../x11/xineramaproto/buildlink3.mk" +.include "../../x11/libXinerama/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |