diff options
Diffstat (limited to 'multimedia/gstreamer-plugins-all/Makefile')
-rw-r--r-- | multimedia/gstreamer-plugins-all/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/gstreamer-plugins-all/Makefile b/multimedia/gstreamer-plugins-all/Makefile index e6a9e9afb133..300df0ddddd3 100644 --- a/multimedia/gstreamer-plugins-all/Makefile +++ b/multimedia/gstreamer-plugins-all/Makefile @@ -15,8 +15,10 @@ COMMENT= Meta-port of all gstreamer plugins with options .MAKE.FreeBSD_UL= yes NO_BUILD= yes +NO_INSTALL= yes +NO_MTREE= yes USE_GSTREAMER= yes -NO_STAGE= yes + .include "${.CURDIR}/../../Mk/bsd.gstreamer.mk" .for all in ${_GSTREAMER_PLUGINS} @@ -45,6 +47,4 @@ USE_GSTREAMER+= ${f:L} .endif .endfor -do-install: # empty - .include <bsd.port.post.mk> |