diff options
Diffstat (limited to 'multimedia/gstreamer1-plugins-all/Makefile')
-rw-r--r-- | multimedia/gstreamer1-plugins-all/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/gstreamer1-plugins-all/Makefile b/multimedia/gstreamer1-plugins-all/Makefile index 93539c437777..7a0034f4738e 100644 --- a/multimedia/gstreamer1-plugins-all/Makefile +++ b/multimedia/gstreamer1-plugins-all/Makefile @@ -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> |