diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-04-27 09:03:23 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-04-27 09:03:23 +0000 |
commit | 76a19a1cdfa066773a5c8ca0d3d1fe7bc73c748a (patch) | |
tree | f236f911f5b3d4e93acf06f02c9497846e14392d | |
parent | 821843ca06f2354ffe250825fcdffabb6d0caefa (diff) |
Notes
-rw-r--r-- | audio/gstreamer-plugins-ladspa/Makefile | 8 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 1 |
2 files changed, 3 insertions, 6 deletions
diff --git a/audio/gstreamer-plugins-ladspa/Makefile b/audio/gstreamer-plugins-ladspa/Makefile index 55dc5c63457b..0d35b00ffab1 100644 --- a/audio/gstreamer-plugins-ladspa/Makefile +++ b/audio/gstreamer-plugins-ladspa/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: gstreamer-plugins-ladspa -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ # $MCom: ports/audio/gstreamer-plugins-ladspa/Makefile,v 1.5 2008/03/19 14:05:30 ahze Exp $ -# -PORTREVISION= 0 +PORTREVISION= 2 CATEGORIES= audio COMMENT= Gstreamer ladspa (Linux Audio Developer's Simple Plugin API) plugin 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 |