diff options
author | kwm <kwm@FreeBSD.org> | 2013-03-13 16:57:19 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-03-13 16:57:19 +0800 |
commit | be401bcf92cf47c87be8094f721ce6a7b1ea9181 (patch) | |
tree | 51100f50899cd446da8c7468b5274ce7352fc9e6 /multimedia | |
parent | 49791e787dee60d0690be573bb112c272e12cdaa (diff) | |
download | freebsd-ports-gnome-be401bcf92cf47c87be8094f721ce6a7b1ea9181.tar.gz freebsd-ports-gnome-be401bcf92cf47c87be8094f721ce6a7b1ea9181.tar.zst freebsd-ports-gnome-be401bcf92cf47c87be8094f721ce6a7b1ea9181.zip |
Fix the build of empathy my removing offending Makefile rules. Bump
gstreamer-plugins portrevision to fix the messed up header.
Thanks to The BSD Dreamer <beastie@tardisi.com> for finding out where it
went wrong.
PR: ports/176768
Submitted by: Ruslan Makhmatkhanov <rm@FreeBSD.org>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile index f1c4c7aac6d8..f46fa82d5130 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -6,7 +6,7 @@ PORTNAME= gstreamer PORTVERSION?= ${BASE_PORTVERSION} # When chasing a shared library for a plug-in bump the PORTREVISION in the # plug-in port instead, like ${category}/gstreamer-plugin-${PLUGIN}. -PORTREVISION?= 2 +PORTREVISION?= 3 PORTEPOCH= 3 CATEGORIES?= multimedia audio MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-plugins-base/:base \ |