diff options
author | wiz <wiz> | 2012-08-12 21:23:48 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-08-12 21:23:48 +0000 |
commit | a0c1f17cceadc60f0592756db7bea3e5605854da (patch) | |
tree | c9f68fd916f886d3256994fcda1d43613d943edd /x11 | |
parent | c42a76aeb0a9ce7c97b5d45db5900d0fd4eb429d (diff) | |
download | pkgsrc-a0c1f17cceadc60f0592756db7bea3e5605854da.tar.gz |
+ xcb-util-renderutil
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 46324b2ec40..0f956d93abc 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.657 2012/08/12 21:19:26 wiz Exp $ +# $NetBSD: Makefile,v 1.658 2012/08/12 21:23:48 wiz Exp $ # COMMENT= Packages to support the X window system @@ -401,6 +401,7 @@ SUBDIR+= xcb-proto SUBDIR+= xcb-util SUBDIR+= xcb-util-image SUBDIR+= xcb-util-keysyms +SUBDIR+= xcb-util-renderutil SUBDIR+= xcb-util036 SUBDIR+= xclip SUBDIR+= xclock |