summaryrefslogtreecommitdiff
path: root/multimedia/gstreamer
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2007-10-17 10:13:01 +0000
committerAde Lovett <ade@FreeBSD.org>2007-10-17 10:13:01 +0000
commitdbd39ca660cafa3d1f2acebf05c86bf17a035ff8 (patch)
tree5d14b5c3a50461b8a6096fcc383dc2181cb624b7 /multimedia/gstreamer
parent- Mark Broken does not work with irc/irssi-0.8.12 (diff)
Migration from bison 1.x to 2.x
PR: 117086 Tested by: -exp runs
Notes
Notes: svn path=/head/; revision=201613
Diffstat (limited to 'multimedia/gstreamer')
-rw-r--r--multimedia/gstreamer/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/gstreamer/Makefile b/multimedia/gstreamer/Makefile
index 04ed58f9ffb8..a085fd039387 100644
--- a/multimedia/gstreamer/Makefile
+++ b/multimedia/gstreamer/Makefile
@@ -8,6 +8,7 @@
PORTNAME= gstreamer
PORTVERSION= 0.10.14
+PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer/ \
${MASTER_SITE_LOCAL}
@@ -20,7 +21,7 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
CFLAGS:= ${CFLAGS} -O2
USE_XLIB= yes
-USE_BISON= yes
+USE_BISON= build
USE_BZIP2= yes
USE_GMAKE= yes
WANT_GNOME= yes