diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-16 15:53:29 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-16 15:53:29 +0800 |
commit | c57d7bc455c1889c90569ac1347fc4b3b759c7af (patch) | |
tree | 2ed987127e6511ddf75a29508ff6c165d197a346 /audio | |
parent | 1f1b75ae625535cc3390bb3fa5c0193d5eebccec (diff) | |
download | freebsd-ports-gnome-c57d7bc455c1889c90569ac1347fc4b3b759c7af.tar.gz freebsd-ports-gnome-c57d7bc455c1889c90569ac1347fc4b3b759c7af.tar.zst freebsd-ports-gnome-c57d7bc455c1889c90569ac1347fc4b3b759c7af.zip |
Fix some LIB_DEPENDS
With hat: portmgr
Diffstat (limited to 'audio')
-rw-r--r-- | audio/liquidsoap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/liquidsoap/Makefile b/audio/liquidsoap/Makefile index e1eb4975e85f..0b0a7ed26994 100644 --- a/audio/liquidsoap/Makefile +++ b/audio/liquidsoap/Makefile @@ -114,8 +114,8 @@ BUILD_DEPENDS_dssi= ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi LIB_DEPENDS_faad= libfaad.so:${PORTSDIR}/audio/faad LIB_DEPENDS_gavl= libgavl.so:${PORTSDIR}/multimedia/gavl BUILD_DEPENDS_gstreamer=${LOCALBASE}/lib/ocaml/libcamlidl.a:${PORTSDIR}/lang/ocaml-camlidl -LIB_DEPENDS_gstreamer= libgstreamer-0.10:${PORTSDIR}/multimedia/gstreamer \ - libgstapp-0.10:${PORTSDIR}/multimedia/gstreamer-plugins +LIB_DEPENDS_gstreamer= libgstreamer-0.10.so:${PORTSDIR}/multimedia/gstreamer \ + libgstapp-0.10.so:${PORTSDIR}/multimedia/gstreamer-plugins BUILD_DEPENDS_ladspa= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa LIB_DEPENDS_lame= libmp3lame.so:${PORTSDIR}/audio/lame LIB_DEPENDS_mad= libmad.so:${PORTSDIR}/audio/libmad |