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