diff options
author | wiz <wiz@pkgsrc.org> | 2012-08-12 21:23:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-08-12 21:23:48 +0000 |
commit | 27a40a1d771aa1eb824c303c3256834ad9383bb7 (patch) | |
tree | c9f68fd916f886d3256994fcda1d43613d943edd /x11/Makefile | |
parent | 5c20d761c3373382b2f571bf8212796a9076451e (diff) | |
download | pkgsrc-27a40a1d771aa1eb824c303c3256834ad9383bb7.tar.gz |
+ xcb-util-renderutil
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 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 |