diff options
author | bjs <bjs> | 2008-05-27 04:53:55 +0000 |
---|---|---|
committer | bjs <bjs> | 2008-05-27 04:53:55 +0000 |
commit | e4fc9d05e6a6e6a9ab13b34ba1be201fe8609897 (patch) | |
tree | 2d871bfb230470656d52ea11b460fbf861827c0b /x11 | |
parent | aaef8b5e5c1ba863f60fddad977be545a7214a8c (diff) | |
download | pkgsrc-e4fc9d05e6a6e6a9ab13b34ba1be201fe8609897.tar.gz |
Add rendercheck to x11/Makefile
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 3a0bed1ece0..48dc6a202cc 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.553 2008/05/25 16:19:22 taca Exp $ +# $NetBSD: Makefile,v 1.554 2008/05/27 04:53:55 bjs Exp $ # COMMENT= Packages to support the X window system @@ -291,6 +291,7 @@ SUBDIR+= qwt SUBDIR+= randrproto SUBDIR+= ratmen SUBDIR+= recordproto +SUBDIR+= rendercheck SUBDIR+= renderproto SUBDIR+= rep-gtk2 SUBDIR+= resourceproto |