diff options
author | wiz <wiz> | 2013-09-06 08:18:06 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-09-06 08:18:06 +0000 |
commit | ca4742f74e18c38f35e733d3bb2c8c634149e1fe (patch) | |
tree | e81512fd09dfc3e52184bc10127e9b0305b77970 | |
parent | d145aa581d8bd81fd7186b74afb6bbab12a7b2d7 (diff) | |
download | pkgsrc-ca4742f74e18c38f35e733d3bb2c8c634149e1fe.tar.gz |
+ xclipboard.
Set LICENSE for meta package to 'public-domain'.
Bump version.
-rw-r--r-- | meta-pkgs/modular-xorg-apps/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-pkgs/modular-xorg-apps/Makefile b/meta-pkgs/modular-xorg-apps/Makefile index 6b21ed31b34..2a2246cf9f3 100644 --- a/meta-pkgs/modular-xorg-apps/Makefile +++ b/meta-pkgs/modular-xorg-apps/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2013/09/04 18:02:15 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2013/09/06 08:18:06 wiz Exp $ DISTNAME= # empty -PKGNAME= modular-xorg-apps-1.14.1.2 +PKGNAME= modular-xorg-apps-1.14.1.3 CATEGORIES= meta-pkgs x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} DISTFILES= # empty @@ -9,6 +9,7 @@ DISTFILES= # empty MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Modular Xorg application meta-package +LICENSE= public-domain META_PACKAGE= yes @@ -32,6 +33,7 @@ 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+= xclipboard-[0-9]*:../../x11/xclipboard DEPENDS+= xclock-[0-9]*:../../time/xclock DEPENDS+= xconsole-[0-9]*:../../x11/xconsole DEPENDS+= xcursorgen-[0-9]*:../../x11/xcursorgen |