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 /audio/gstreamer-plugins-ladspa | |
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 'audio/gstreamer-plugins-ladspa')
-rw-r--r-- | audio/gstreamer-plugins-ladspa/Makefile | 8 |
1 files changed, 2 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 |