diff options
author | tron <tron> | 2001-09-23 20:40:43 +0000 |
---|---|---|
committer | tron <tron> | 2001-09-23 20:40:43 +0000 |
commit | fb9ecd7105413c9138b15f205c46b30df1916e22 (patch) | |
tree | a1589f9eeb0d91963c5bae0093a4b3dfe1d6e2df | |
parent | 00ec387e42d7a75532a28817a153668cceb66b07 (diff) | |
download | pkgsrc-fb9ecd7105413c9138b15f205c46b30df1916e22.tar.gz |
Add and enable "mplex". This fixes PR pkg/14030 by
<collver@linuxfreemail.com>.
-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 |