diff options
author | bjs <bjs> | 2008-05-27 04:53:55 +0000 |
---|---|---|
committer | bjs <bjs> | 2008-05-27 04:53:55 +0000 |
commit | 203dd1085ca96f07d8c6be5817b350b1b1f9e764 (patch) | |
tree | 2d871bfb230470656d52ea11b460fbf861827c0b | |
parent | 624e3d1934d1a38a11df3bc21d22ec238057c16d (diff) | |
download | pkgsrc-203dd1085ca96f07d8c6be5817b350b1b1f9e764.tar.gz |
Add rendercheck 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 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 |