aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-04-04 05:34:50 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-04-04 05:34:50 +0000
commit328b6db7856f09b9301c8c249b9ff065487c6879 (patch)
tree354194302f643777f9dfd67bb473f0614ae46fd2 /audio
parent2ecef0f2d9661a4765c4049d44dd84d23574c38c (diff)
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/ksmp3play/Makefile2
-rw-r--r--audio/pysol-sound-server/Makefile2
-rw-r--r--audio/sdl_mixer/Makefile2
-rw-r--r--audio/sdl_sound/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/audio/ksmp3play/Makefile b/audio/ksmp3play/Makefile
index bb6045dd235f..33b4578be553 100644
--- a/audio/ksmp3play/Makefile
+++ b/audio/ksmp3play/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= http://www.xanadunet.net/ksmp3play/
MAINTAINER= ports@FreeBSD.org
COMMENT= An curses-based MP3 player
-LIB_DEPENDS= smpeg.1:${PORTSDIR}/graphics/smpeg
+LIB_DEPENDS= smpeg.1:${PORTSDIR}/multimedia/smpeg
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
diff --git a/audio/pysol-sound-server/Makefile b/audio/pysol-sound-server/Makefile
index fc92d1e7326c..62da9a29d6f7 100644
--- a/audio/pysol-sound-server/Makefile
+++ b/audio/pysol-sound-server/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= sobomax@FreeBSD.org
COMMENT= Python extension module to play sounds and background music
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_CONFIG?= ${LOCALBASE}/bin/sdl11-config
diff --git a/audio/sdl_mixer/Makefile b/audio/sdl_mixer/Makefile
index c70899fb0e5f..703abf562236 100644
--- a/audio/sdl_mixer/Makefile
+++ b/audio/sdl_mixer/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= sobomax@FreeBSD.org
COMMENT= A sample multi-channel audio mixer library
LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
- smpeg.1:${PORTSDIR}/graphics/smpeg \
+ smpeg.1:${PORTSDIR}/multimedia/smpeg \
vorbis.2:${PORTSDIR}/audio/libvorbis
SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config
diff --git a/audio/sdl_sound/Makefile b/audio/sdl_sound/Makefile
index 6388160c3813..619acb1b2140 100644
--- a/audio/sdl_sound/Makefile
+++ b/audio/sdl_sound/Makefile
@@ -47,7 +47,7 @@ CONFIGURE_ARGS+= --disable-mikmod
.endif
.if !defined(WITHOUT_SMPEG)
-LIB_DEPENDS+= smpeg.1:${PORTSDIR}/graphics/smpeg
+LIB_DEPENDS+= smpeg.1:${PORTSDIR}/multimedia/smpeg
.else
CONFIGURE_ARGS+= --disable-smpeg
.endif