diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:57:48 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:57:48 +0000 |
commit | 855fb638fbbc3329682faf7c68b135b6e6c1a0ae (patch) | |
tree | 29e40a75ec137fe362a8b7f6affa075888f0b236 /multimedia/gstreamer-plugins-annodex/Makefile | |
parent | ce5e4570204c37f4ac986a2a6bc076aa911167d6 (diff) | |
download | ports-855fb638fbbc3329682faf7c68b135b6e6c1a0ae.tar.gz ports-855fb638fbbc3329682faf7c68b135b6e6c1a0ae.zip |
Notes
Diffstat (limited to 'multimedia/gstreamer-plugins-annodex/Makefile')
-rw-r--r-- | multimedia/gstreamer-plugins-annodex/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/multimedia/gstreamer-plugins-annodex/Makefile b/multimedia/gstreamer-plugins-annodex/Makefile index 616754bb647f..0f8a69779502 100644 --- a/multimedia/gstreamer-plugins-annodex/Makefile +++ b/multimedia/gstreamer-plugins-annodex/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: gstreamer-plugins-annodex -# Date created: 6 July 2006 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ # $MCom: ports/multimedia/gstreamer-plugins-annodex/Makefile,v 1.1 2006/07/06 19:48:44 ahze Exp $ @@ -14,4 +11,5 @@ GST_PLUGIN= annodex MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins +NO_STAGE= yes .include "${MASTERDIR}/Makefile" |