diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 14:35:36 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 14:35:36 +0000 |
commit | 5978476c353873821167189c3e7e7d3ce7b9909a (patch) | |
tree | 5c7b83e7642fc29f698d59a6bc145001dbd04783 /audio/muse | |
parent | 95ab3035bfc8b040822f80592efa7b9f2b7a51b6 (diff) | |
download | ports-5978476c353873821167189c3e7e7d3ce7b9909a.tar.gz ports-5978476c353873821167189c3e7e7d3ce7b9909a.zip |
Notes
Diffstat (limited to 'audio/muse')
-rw-r--r-- | audio/muse/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/muse/Makefile b/audio/muse/Makefile index 93660d970404..9c7917451be7 100644 --- a/audio/muse/Makefile +++ b/audio/muse/Makefile @@ -12,8 +12,8 @@ COMMENT= Multiple Streaming Engine LICENSE= GPLv2 -LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis \ - ogg:${PORTSDIR}/audio/libogg +LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis \ + libogg.so:${PORTSDIR}/audio/libogg OPTIONS_DEFINE= X11 LAME SNDFILE DOCS OPTIONS_DEFAULT=X11 @@ -42,13 +42,13 @@ CONFIGURE_ARGS+=--without-x --with-rubik .endif .if ${PORT_OPTIONS:MLAME} -LIB_DEPENDS+= mp3lame.0:${PORTSDIR}/audio/lame +LIB_DEPENDS+= libmp3lame.so:${PORTSDIR}/audio/lame .else CONFIGURE_ENV+= ac_cv_header_lame_lame_h=no .endif .if ${PORT_OPTIONS:MSNDFILE} -LIB_DEPENDS+= sndfile.1:${PORTSDIR}/audio/libsndfile +LIB_DEPENDS+= libsndfile.so:${PORTSDIR}/audio/libsndfile .endif post-patch: |