diff options
author | tron <tron@pkgsrc.org> | 2000-11-01 15:05:54 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-11-01 15:05:54 +0000 |
commit | 65fdf449f828d4e7dc1722d927078a95cb37c80d (patch) | |
tree | 04f3d188856b2e0b113d125a0c21a0f468e7c4f3 | |
parent | 2d0a04a621d453c76ec07fee88baa17c3640708e (diff) | |
download | pkgsrc-65fdf449f828d4e7dc1722d927078a95cb37c80d.tar.gz |
Add and enable "alevt" packages. Fixes PR 11345 by Mario Kemper.
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 982243b98d1..aeafab23197 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.96 2000/10/24 10:15:56 wiz Exp $ +# $NetBSD: Makefile,v 1.97 2000/11/01 15:05:54 tron Exp $ # FreeBSD Id: Makefile,v 1.53 1997/09/28 13:25:40 markm Exp # @@ -8,6 +8,7 @@ SUBDIR += Mesa-glx SUBDIR += MesaLib SUBDIR += Ngraph + SUBDIR += alevt SUBDIR += camediaplay SUBDIR += cdlabelgen SUBDIR += clanlib |