diff options
author | jschauma <jschauma@pkgsrc.org> | 2002-12-05 15:21:07 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2002-12-05 15:21:07 +0000 |
commit | d3b99812ec5f00964ebe29dd9ee505b0d33b6ec1 (patch) | |
tree | a468bb961984018185ae4fd35b0bbea4de2c42ce /graphics | |
parent | 10e284a716db2b0c81d5ae5e7a1997fe30b0e902 (diff) | |
download | pkgsrc-d3b99812ec5f00964ebe29dd9ee505b0d33b6ec1.tar.gz |
add/enable MesaDemos
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index cd46a11df5c..148b977eb39 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.215 2002/12/05 14:55:41 jschauma Exp $ +# $NetBSD: Makefile,v 1.216 2002/12/05 15:21:07 jschauma Exp $ # COMMENT= Graphics tools and libraries @@ -13,6 +13,7 @@ SUBDIR+= GlutKit SUBDIR+= ImageMagick SUBDIR+= ImageViewer SUBDIR+= Mesa +SUBDIR+= MesaDemos SUBDIR+= MesaLib SUBDIR+= Ngraph SUBDIR+= RenderKit |