diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:04:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:04:43 +0000 |
commit | 34b7e6ee7edc38e6303aa5e0ca296c0867ee08d5 (patch) | |
tree | ed5885ce2dac897e773c37ed9c6f43b452790bae /devel/gstreamer-plugins-soup | |
parent | 857aec5d6b82d83ac07f49f4dab6463acb984c3c (diff) |
Notes
Diffstat (limited to 'devel/gstreamer-plugins-soup')
-rw-r--r-- | devel/gstreamer-plugins-soup/Makefile | 7 |
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" |