diff options
author | miwi <miwi@FreeBSD.org> | 2011-11-19 04:07:20 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-11-19 04:07:20 +0800 |
commit | 26e1501d2d28916d50602121299bd186177bd648 (patch) | |
tree | c3852a9a9e0a25349e42f647981d2149e2427e0e /multimedia/gstreamer-plugins-buzztard | |
parent | fd6972b57e12c7d16cbfed392551a4becbc68003 (diff) | |
download | freebsd-ports-gnome-26e1501d2d28916d50602121299bd186177bd648.tar.gz freebsd-ports-gnome-26e1501d2d28916d50602121299bd186177bd648.tar.zst freebsd-ports-gnome-26e1501d2d28916d50602121299bd186177bd648.zip |
- Update to 1.5.1
PR: 161631
Submitted by: Ports Fury
Feature safe: yes
Diffstat (limited to 'multimedia/gstreamer-plugins-buzztard')
-rw-r--r-- | multimedia/gstreamer-plugins-buzztard/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/gstreamer-plugins-buzztard/Makefile b/multimedia/gstreamer-plugins-buzztard/Makefile index bf01595f79dd..21a85299c25e 100644 --- a/multimedia/gstreamer-plugins-buzztard/Makefile +++ b/multimedia/gstreamer-plugins-buzztard/Makefile @@ -7,6 +7,7 @@ PORTNAME= buzztard PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20gstreamer%20extensions/${PORTVERSION} PKGNAMEPREFIX= gstreamer-plugins- @@ -15,7 +16,7 @@ DISTNAME= gst-${PORTNAME}-${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= Buzztard gstreamer plugins -LIB_DEPENDS= fluidsynth.4:${PORTSDIR}/audio/fluidsynth +LIB_DEPENDS= fluidsynth.1:${PORTSDIR}/audio/fluidsynth USE_AUTOTOOLS= libtool USE_GSTREAMER= yes |