diff options
-rw-r--r-- | meta-pkgs/modular-xorg-apps/Makefile | 3 | ||||
-rw-r--r-- | x11/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/meta-pkgs/modular-xorg-apps/Makefile b/meta-pkgs/modular-xorg-apps/Makefile index c372eab0e17..4098c1b0505 100644 --- a/meta-pkgs/modular-xorg-apps/Makefile +++ b/meta-pkgs/modular-xorg-apps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2013/01/29 05:50:55 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2013/05/26 23:19:29 rodent Exp $ DISTNAME= # empty PKGNAME= modular-xorg-apps-1.11 @@ -23,6 +23,7 @@ DEPENDS+= iceauth-[0-9]*:../../x11/iceauth DEPENDS+= ico-[0-9]*:../../x11/ico DEPENDS+= listres-[0-9]*:../../x11/listres DEPENDS+= luit-[0-9]*:../../x11/luit +DEPENDS+= oclock-[0-9]*:../../x11/oclock DEPENDS+= setxkbmap-[0-9]*:../../x11/setxkbmap DEPENDS+= transset-[0-9]*:../../x11/transset DEPENDS+= viewres-[0-9]*:../../x11/viewres diff --git a/x11/Makefile b/x11/Makefile index eb7fe5007b0..7f1a71ed63e 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.684 2013/04/14 03:19:04 rodent Exp $ +# $NetBSD: Makefile,v 1.685 2013/05/26 23:17:03 rodent Exp $ # COMMENT= Packages to support the X window system @@ -329,6 +329,7 @@ SUBDIR+= mxterm SUBDIR+= neXtaw SUBDIR+= numlockx SUBDIR+= ocaml-graphics +SUBDIR+= oclock SUBDIR+= oneko SUBDIR+= openbsd-input-ws SUBDIR+= openmotif |