aboutsummaryrefslogtreecommitdiff
path: root/devel/gstreamer-plugins-soup
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 17:04:43 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 17:04:43 +0000
commit34b7e6ee7edc38e6303aa5e0ca296c0867ee08d5 (patch)
treeed5885ce2dac897e773c37ed9c6f43b452790bae /devel/gstreamer-plugins-soup
parent857aec5d6b82d83ac07f49f4dab6463acb984c3c (diff)
downloadports-34b7e6ee7edc38e6303aa5e0ca296c0867ee08d5.tar.gz
ports-34b7e6ee7edc38e6303aa5e0ca296c0867ee08d5.zip
Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 2)
Notes
Notes: svn path=/head/; revision=327723
Diffstat (limited to 'devel/gstreamer-plugins-soup')
-rw-r--r--devel/gstreamer-plugins-soup/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/gstreamer-plugins-soup/Makefile b/devel/gstreamer-plugins-soup/Makefile
index 6d63b1398793..bdbcf43ab8d8 100644
--- a/devel/gstreamer-plugins-soup/Makefile
+++ b/devel/gstreamer-plugins-soup/Makefile
@@ -1,10 +1,6 @@
-# New ports collection makefile for: gstreamer-plugins-soup
-# Date created: 9 Feb 2008
-# Whom: Koop Mast <kwm@FreeBSD.org>
-#
+# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/devel/gstreamer-plugins-soup/Makefile,v 1.3 2008/03/19 14:05:33 ahze Exp $
-#
PORTREVISION= 0
CATEGORIES= devel
@@ -15,4 +11,5 @@ GST_PLUGIN= soup
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
+NO_STAGE= yes
.include "${MASTERDIR}/Makefile"