diff options
author | wiz <wiz@pkgsrc.org> | 2013-09-06 08:16:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-09-06 08:16:32 +0000 |
commit | fa9f7ba85080261c5821cbd87731bcda0f96f1e9 (patch) | |
tree | abb99215192eb98624eb11bfabb8a239fe3bc97e /x11/Makefile | |
parent | 3f5900cc4186d339c5e778b5b3019ef9c029c3ec (diff) | |
download | pkgsrc-fa9f7ba85080261c5821cbd87731bcda0f96f1e9.tar.gz |
+ xclipboard.
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index ad06a6e9856..231bba4680a 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.707 2013/08/03 07:29:58 wiz Exp $ +# $NetBSD: Makefile,v 1.708 2013/09/06 08:16:32 wiz Exp $ # COMMENT= Packages to support the X window system @@ -474,6 +474,7 @@ SUBDIR+= xcb-util-renderutil SUBDIR+= xcb-util-wm SUBDIR+= xcb-util036 SUBDIR+= xclip +SUBDIR+= xclipboard SUBDIR+= xcmiscproto SUBDIR+= xcolors SUBDIR+= xcolorsel |