diff options
author | rh <rh@pkgsrc.org> | 2000-10-15 11:42:22 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-10-15 11:42:22 +0000 |
commit | a687b366fe3926e0aff70b093de1a0e903e273c9 (patch) | |
tree | a396d74779a40749d689d590d9a870f25d0bcc05 /graphics | |
parent | a8e422ac06ae01161148946c2896e2a0b753450e (diff) | |
download | pkgsrc-a687b366fe3926e0aff70b093de1a0e903e273c9.tar.gz |
Add and enable MesaLib
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 e3ddb8fe14d..24cb41dd483 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.89 2000/08/28 17:39:08 rh Exp $ +# $NetBSD: Makefile,v 1.90 2000/10/15 11:42:22 rh Exp $ # FreeBSD Id: Makefile,v 1.53 1997/09/28 13:25:40 markm Exp # @@ -6,6 +6,7 @@ SUBDIR += ImageMagick SUBDIR += Mesa SUBDIR += Mesa-glx + SUBDIR += MesaLib SUBDIR += Ngraph SUBDIR += camediaplay SUBDIR += cdlabelgen |