diff options
author | marcus <marcus@FreeBSD.org> | 2004-08-16 21:28:25 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-08-16 21:28:25 +0000 |
commit | e95209d223fe751b159a9ef953194a0a79e6f86e (patch) | |
tree | 0fca703799c58472a16eca089627abe141c7b48d /multimedia/gstreamer-plugins | |
parent | 07878092f94c3f97e7f7d57cd6485ea9dffd3967 (diff) | |
download | FreeBSD-ports-e95209d223fe751b159a9ef953194a0a79e6f86e.zip FreeBSD-ports-e95209d223fe751b159a9ef953194a0a79e6f86e.tar.gz |
Chase the gstreamer shared lib bump.
Diffstat (limited to 'multimedia/gstreamer-plugins')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile index f42a168..e16c897 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -7,6 +7,7 @@ PORTNAME= gstreamer PORTVERSION= 0.8.3 +PORTREVISION= 1 CATEGORIES= multimedia audio MASTER_SITES= ${MASTER_SITE_GNOME} \ http://gstreamer.freedesktop.org/src/gst-plugins/ @@ -18,7 +19,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= lioux@FreeBSD.org COMMENT= GStreamer written collection of plugins handling several media types -LIB_DEPENDS= gstreamer-0.8.4:${PORTSDIR}/multimedia/gstreamer \ +LIB_DEPENDS= gstreamer-0.8.5:${PORTSDIR}/multimedia/gstreamer \ popt.0:${PORTSDIR}/devel/popt USE_X_PREFIX= yes |