diff options
author | kwm <kwm@FreeBSD.org> | 2013-04-27 17:03:23 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-04-27 17:03:23 +0800 |
commit | f49817b7916fef2b434ef54065de0d55a59e40fe (patch) | |
tree | f236f911f5b3d4e93acf06f02c9497846e14392d /multimedia/gstreamer-plugins | |
parent | 79452c6dc80b634c3ef9c985a517d911cf038f4a (diff) | |
download | freebsd-ports-gnome-f49817b7916fef2b434ef54065de0d55a59e40fe.tar.gz freebsd-ports-gnome-f49817b7916fef2b434ef54065de0d55a59e40fe.tar.zst freebsd-ports-gnome-f49817b7916fef2b434ef54065de0d55a59e40fe.zip |
If liblrdf is installed the ladspa plugin will build against it. So add it to
lib_depends.
PR: ports/175941
Submitted by: pawel@
Diffstat (limited to 'multimedia/gstreamer-plugins')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 0e4bc979b5f2..b1a9c0fe452a 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -349,6 +349,7 @@ gst_jpeg_PLIST_FILES= ${GST_LIB_DIR}/libgstjpeg.la \ # ladspa gst_ladspa_BUILD_DEPENDS+= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa +gst_ladspa_LIB_DEPENDS+= lrdf:${PORTSDIR}/textproc/liblrdf gst_ladspa_PLIST_FILES= ${GST_LIB_DIR}/libgstladspa.la \ ${GST_LIB_DIR}/libgstladspa.so gst_ladspa_DIST= bad |