diff options
author | obache <obache@pkgsrc.org> | 2007-05-30 14:03:16 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-05-30 14:03:16 +0000 |
commit | 21903f3a57aa39c36c5994f08a748a1486708793 (patch) | |
tree | 44aef7680f1e22db74c30282972ccd9135e4562b /x11 | |
parent | 9c4cd417018eb8d2f45ff875bdf5faf0babed061 (diff) | |
download | pkgsrc-21903f3a57aa39c36c5994f08a748a1486708793.tar.gz |
Add xxkb.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index d7179c66f93..2f63898039f 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.505 2007/05/30 01:22:10 schmonz Exp $ +# $NetBSD: Makefile,v 1.506 2007/05/30 14:03:16 obache Exp $ # COMMENT= Packages to support the X window system @@ -508,6 +508,7 @@ SUBDIR+= xwit SUBDIR+= xworld SUBDIR+= xwrits SUBDIR+= xwud +SUBDIR+= xxkb SUBDIR+= zenity .include "../mk/bsd.pkg.subdir.mk" |