1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Convert to USES=metaport.

While here, convert gstreamer1-plugins-all too.

PR:		201545
Submitted by:	Andriy Voskoboinyk <s3erios@gmail.com>
This commit is contained in:
Koop Mast 2015-07-15 14:29:22 +00:00
parent 58b3869117
commit 4a7db12f49
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392149
2 changed files with 3 additions and 11 deletions

View File

@ -6,16 +6,11 @@ PORTNAME= gstreamer-plugins-all
PORTVERSION= 1.3.${GST_VERSION}.${GST_SHLIB_VERSION}
PORTREVISION= 15
CATEGORIES= multimedia
MASTER_SITES= # empty
DISTFILES= # empty
EXTRACT_ONLY= # empty
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Meta-port of all gstreamer plugins with options
NO_BUILD= yes
NO_INSTALL= yes
NO_MTREE= yes
USES= metaport
USE_GSTREAMER= yes
.include "${.CURDIR}/../../Mk/bsd.gstreamer.mk"

View File

@ -5,15 +5,12 @@ PORTNAME= gstreamer1-plugins-all
PORTVERSION= ${GST1_VERSION}
PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= # empty
DISTFILES= # empty
EXTRACT_ONLY= # empty
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Meta-port of all gstreamer 1.x plugins with options
NO_BUILD= yes
NO_INSTALL= yes
USES= metaport
USE_GSTREAMER1= yes
.include "${.CURDIR}/../../Mk/bsd.gstreamer.mk"