diff options
author | bjs <bjs@pkgsrc.org> | 2008-05-27 04:53:55 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-05-27 04:53:55 +0000 |
commit | f532603ff8203352907f7bdff0ff8b8ca5001d9d (patch) | |
tree | 2d871bfb230470656d52ea11b460fbf861827c0b /x11 | |
parent | 5dd0d122aa4677b3fa554ad80fe4ba8007da12ac (diff) | |
download | pkgsrc-f532603ff8203352907f7bdff0ff8b8ca5001d9d.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 |