diff options
Diffstat (limited to 'multimedia/gstreamer1-plugins-all/Makefile')
-rw-r--r-- | multimedia/gstreamer1-plugins-all/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gstreamer1-plugins-all/Makefile b/multimedia/gstreamer1-plugins-all/Makefile index 93539c437777..b12eb75b9d2b 100644 --- a/multimedia/gstreamer1-plugins-all/Makefile +++ b/multimedia/gstreamer1-plugins-all/Makefile @@ -1,6 +1,6 @@ PORTNAME= gstreamer1-plugins-all PORTVERSION= ${_GST_VERSION} -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= multimedia@FreeBSD.org @@ -8,6 +8,6 @@ COMMENT= Meta-port of all GStreamer 1.x plugins WWW= https://gstreamer.freedesktop.org/ USES= gstreamer metaport -USE_GSTREAMER= ${_GST_PLUGINS_VER} +USE_GSTREAMER= ${_GST_PLUGINS_VER:Nmsdk} .include <bsd.port.mk> |