diff options
author | tnn <tnn@pkgsrc.org> | 2008-03-04 20:16:34 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-03-04 20:16:34 +0000 |
commit | 4b64896e5980cc95a657c048bd8e2552fa92cbbb (patch) | |
tree | 8afa417c47d6d669e57a59057dae50bbe2b1a73b /meta-pkgs | |
parent | 654e0bee1b064100328b0973adc5f82d49b911fe (diff) | |
download | pkgsrc-4b64896e5980cc95a657c048bd8e2552fa92cbbb.tar.gz |
Add xbacklight, bump version to 1.5.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/modular-xorg-apps/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-pkgs/modular-xorg-apps/Makefile b/meta-pkgs/modular-xorg-apps/Makefile index 65119e3f306..5141a9241d7 100644 --- a/meta-pkgs/modular-xorg-apps/Makefile +++ b/meta-pkgs/modular-xorg-apps/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2007/12/19 12:27:29 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2008/03/04 20:16:34 tnn Exp $ DISTNAME= # empty -PKGNAME= modular-xorg-apps-1.4 +PKGNAME= modular-xorg-apps-1.5 CATEGORIES= meta-pkgs x11 MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ DISTFILES= # empty @@ -25,6 +25,7 @@ DEPENDS+= luit-[0-9]*:../../x11/luit DEPENDS+= setxkbmap-[0-9]*:../../x11/setxkbmap DEPENDS+= x11perf-[0-9]*:../../x11/x11perf DEPENDS+= xauth-[0-9]*:../../x11/xauth +DEPENDS+= xbacklight-[0-9]*:../../x11/xbacklight DEPENDS+= xcalc-[0-9]*:../../x11/xcalc DEPENDS+= xclock-[0-9]*:../../x11/xclock DEPENDS+= xconsole-[0-9]*:../../x11/xconsole |