diff options
author | lioux <lioux@FreeBSD.org> | 2003-04-04 05:34:50 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-04-04 05:34:50 +0000 |
commit | 58924303f9ca3998a61a898f7d44ac0e9f50ac49 (patch) | |
tree | 79330b1f8138c299384f7058387b94abac371801 /games/prboom | |
parent | 23eac63d170f79fb079d9eab0f85490271900366 (diff) | |
download | FreeBSD-ports-58924303f9ca3998a61a898f7d44ac0e9f50ac49.zip FreeBSD-ports-58924303f9ca3998a61a898f7d44ac0e9f50ac49.tar.gz |
After repo copy from graphics category to newly create multimedia
one, update all appropriate references (*_DEPENDS, comments, etc):
ports/graphics/libfame --> ports/multimedia/libfame
ports/graphics/libquicktime --> ports/multimedia/libquicktime
ports/graphics/mpeg --> ports/multimedia/mpeg
ports/graphics/mpeg_encode --> ports/multimedia/mpeg_encode
ports/graphics/mpeg_play --> ports/multimedia/mpeg_play
ports/graphics/mtv --> ports/multimedia/mtv
ports/graphics/smpeg --> ports/multimedia/smpeg
ports/graphics/totem --> ports/multimedia/totem
ports/graphics/transcode --> ports/multimedia/transcode
ports/graphics/xanim --> ports/multimedia/xanim
ports/graphics/xmps --> ports/multimedia/xmps
Repo copied by: cvs (joe)
Approved by: portmgr (self & no objections)
Diffstat (limited to 'games/prboom')
-rw-r--r-- | games/prboom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/prboom/Makefile b/games/prboom/Makefile index 3e7fc3c..4f734c0 100644 --- a/games/prboom/Makefile +++ b/games/prboom/Makefile @@ -15,7 +15,7 @@ MAINTAINER= fracture@allusion.net COMMENT= A multiplayer-capable and modified version of ID's classic doom game LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ - smpeg.1:${PORTSDIR}/graphics/smpeg \ + smpeg.1:${PORTSDIR}/multimedia/smpeg \ SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ SDL_net.0:${PORTSDIR}/net/sdl_net |