diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-02-24 21:51:04 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-02-24 21:51:04 +0000 |
commit | e59a31284218677466a05db94b72d5ccaa0c169a (patch) | |
tree | 5285c1648f2cee1e2700d2347833e2847c64ee5b | |
parent | 61bc47517a702afa3879d76f57a043cc97647d32 (diff) | |
download | pkgsrc-e59a31284218677466a05db94b72d5ccaa0c169a.tar.gz |
Move mpeg_{encode,play} from the graphics to the multimedia category.
-rw-r--r-- | graphics/Makefile | 4 | ||||
-rw-r--r-- | multimedia/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 6a38d9d2135..13886adec0f 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.296 2004/02/21 08:03:45 snj Exp $ +# $NetBSD: Makefile,v 1.297 2004/02/24 21:51:04 jmmv Exp $ # COMMENT= Graphics tools and libraries @@ -152,8 +152,6 @@ SUBDIR+= mgl SUBDIR+= mng SUBDIR+= mpeg-lib SUBDIR+= mpeg2codec -SUBDIR+= mpeg_encode -SUBDIR+= mpeg_play SUBDIR+= mpgtx SUBDIR+= mtv SUBDIR+= ncview diff --git a/multimedia/Makefile b/multimedia/Makefile index c3aebb12bf3..30442f7a3f1 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2004/02/22 16:33:59 jmmv Exp $ +# $NetBSD: Makefile,v 1.26 2004/02/24 21:51:04 jmmv Exp $ # COMMENT= Multimedia utilities @@ -31,6 +31,8 @@ SUBDIR+= mjpegtools SUBDIR+= moz-bin-flash SUBDIR+= moz-flash SUBDIR+= moz-mplayer +SUBDIR+= mpeg_encode +SUBDIR+= mpeg_play SUBDIR+= mplayer SUBDIR+= mplayer-share SUBDIR+= mplex |