diff options
Diffstat (limited to 'audio/gstreamer-plugins-vorbis/Makefile')
-rw-r--r-- | audio/gstreamer-plugins-vorbis/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/gstreamer-plugins-vorbis/Makefile b/audio/gstreamer-plugins-vorbis/Makefile index 95bace901cf4..5a6cdbb12aff 100644 --- a/audio/gstreamer-plugins-vorbis/Makefile +++ b/audio/gstreamer-plugins-vorbis/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gstreamer-plugins-vorbis -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ # $MCom: ports/audio/gstreamer-plugins-vorbis/Makefile,v 1.6 2008/03/21 04:01:33 ahze Exp $ -# PORTREVISION= 0 CATEGORIES= audio @@ -14,5 +10,6 @@ COMMENT= Gstreamer vorbis encoder/decoder plugin GST_PLUGIN= vorbis MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins +NO_STAGE= yes .include "${MASTERDIR}/Makefile" |