diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:35:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:35:44 +0000 |
commit | eb08c5441cf4772f805b99523084b12164ed2495 (patch) | |
tree | f4861f167b47e08ed6e9f5bbe5172252c8b51efc /graphics/gstreamer-plugins-jpeg | |
parent | a285ade9102ca7c15642dfccd7816abc3c725c98 (diff) | |
download | freebsd-ports-eb08c5441cf4772f805b99523084b12164ed2495.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: graphics)
Diffstat (limited to 'graphics/gstreamer-plugins-jpeg')
-rw-r--r-- | graphics/gstreamer-plugins-jpeg/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/gstreamer-plugins-jpeg/Makefile b/graphics/gstreamer-plugins-jpeg/Makefile index 710f1f14f686..e750c6d2c654 100644 --- a/graphics/gstreamer-plugins-jpeg/Makefile +++ b/graphics/gstreamer-plugins-jpeg/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gstreamer-plugins-jpeg -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ # $MCom: ports/graphics/gstreamer-plugins-jpeg/Makefile,v 1.5 2008/03/19 14:05:34 ahze Exp $ -# PORTREVISION= 0 CATEGORIES= graphics @@ -15,4 +11,5 @@ GST_PLUGIN= jpeg MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins +NO_STAGE= yes .include "${MASTERDIR}/Makefile" |