diff options
Diffstat (limited to 'sysutils/gstreamer-plugins-cdio/Makefile')
-rw-r--r-- | sysutils/gstreamer-plugins-cdio/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/gstreamer-plugins-cdio/Makefile b/sysutils/gstreamer-plugins-cdio/Makefile index cac243702303..c9312ad1a9bc 100644 --- a/sysutils/gstreamer-plugins-cdio/Makefile +++ b/sysutils/gstreamer-plugins-cdio/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gstreamer-plugins-cdio -# Date created: 5 July 2005 -# Whom: Koop Mast <kwm@FreeBSD.org> -# +# Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ -# CATEGORIES= sysutils PORTREVISION= 0 @@ -14,4 +10,5 @@ GST_PLUGIN= cdio MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins +NO_STAGE= yes .include "${MASTERDIR}/Makefile" |