diff options
author | obache <obache> | 2010-08-30 09:44:05 +0000 |
---|---|---|
committer | obache <obache> | 2010-08-30 09:44:05 +0000 |
commit | e5bd8a0c24f4dce02febc606901ab84344737c5a (patch) | |
tree | d4ae198db158401031eda91da65f2bfb8eec6ff9 | |
parent | a027d054a6f17806248fd4236a91a1ba7c0695e8 (diff) | |
download | pkgsrc-e5bd8a0c24f4dce02febc606901ab84344737c5a.tar.gz |
+ libfakekey
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index c33b336383e..d4acf8ad756 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.617 2010/07/09 19:37:11 asau Exp $ +# $NetBSD: Makefile,v 1.618 2010/08/30 09:44:05 obache Exp $ # COMMENT= Packages to support the X window system @@ -224,6 +224,7 @@ SUBDIR+= libXxf86dga SUBDIR+= libXxf86misc SUBDIR+= libXxf86vm SUBDIR+= libdrm +SUBDIR+= libfakekey SUBDIR+= libgnomekbd SUBDIR+= liblbxutil SUBDIR+= liboldXrandr |