diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ksmp3play/Makefile | 2 | ||||
-rw-r--r-- | audio/pysol-sound-server/Makefile | 2 | ||||
-rw-r--r-- | audio/sdl_mixer/Makefile | 2 | ||||
-rw-r--r-- | audio/sdl_sound/Makefile | 2 |
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 |