diff options
author | tron <tron@pkgsrc.org> | 2001-09-23 20:40:43 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-09-23 20:40:43 +0000 |
commit | 9a3915e30211d1a47bfd270a2dd90d56d6467665 (patch) | |
tree | a1589f9eeb0d91963c5bae0093a4b3dfe1d6e2df /graphics | |
parent | 0ab8c334ba5ba318e87d9a739d34806a9605c64e (diff) | |
download | pkgsrc-9a3915e30211d1a47bfd270a2dd90d56d6467665.tar.gz |
Add and enable "mplex". This fixes PR pkg/14030 by
<collver@linuxfreemail.com>.
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 b5b6da74ad5..05804e82cdf 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.158 2001/09/09 00:54:48 wiz Exp $ +# $NetBSD: Makefile,v 1.159 2001/09/23 20:40:43 tron Exp $ # COMMENT= Graphics tools and libraries @@ -94,6 +94,7 @@ SUBDIR+= mpeg-lib SUBDIR+= mpeg2codec SUBDIR+= mpeg_encode SUBDIR+= mpeg_play +SUBDIR+= mplex SUBDIR+= mtv SUBDIR+= ncview SUBDIR+= netpbm |