aboutsummaryrefslogtreecommitdiffstats
path: root/audio/muse
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-12-11 22:35:36 +0800
committerbapt <bapt@FreeBSD.org>2013-12-11 22:35:36 +0800
commit8a0791e07dbf5628b6390993b7f199317991144f (patch)
tree5c7b83e7642fc29f698d59a6bc145001dbd04783 /audio/muse
parentc7831a919ccb46504e13b19e5a7b8ac912ec28df (diff)
downloadfreebsd-ports-gnome-8a0791e07dbf5628b6390993b7f199317991144f.tar.gz
freebsd-ports-gnome-8a0791e07dbf5628b6390993b7f199317991144f.tar.zst
freebsd-ports-gnome-8a0791e07dbf5628b6390993b7f199317991144f.zip
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio With hat: portmgr
Diffstat (limited to 'audio/muse')
-rw-r--r--audio/muse/Makefile8
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: