diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-05 04:53:48 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-05 04:53:48 +0000 |
commit | e18151212d3326dbf04797c6d5300fb1211ee875 (patch) | |
tree | 1ca56d6a4227efdb653cc8e2b2cbedbbc8de3d88 /multimedia/gstreamer-plugins-core | |
parent | cc0f3248a2eb77d7e3df88333fd25eb8594223dc (diff) | |
download | ports-e18151212d3326dbf04797c6d5300fb1211ee875.tar.gz ports-e18151212d3326dbf04797c6d5300fb1211ee875.zip |
Notes
Diffstat (limited to 'multimedia/gstreamer-plugins-core')
-rw-r--r-- | multimedia/gstreamer-plugins-core/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins-core/Makefile b/multimedia/gstreamer-plugins-core/Makefile index 9b158fd75de5..6d47936803bc 100644 --- a/multimedia/gstreamer-plugins-core/Makefile +++ b/multimedia/gstreamer-plugins-core/Makefile @@ -3,11 +3,12 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ +# $MCom: ports/multimedia/gstreamer-plugins-core/Makefile,v 1.8 2005/07/13 06:48:22 ahze Exp $ # PORTNAME= gstreamer-plugins-core PORTVERSION= 0.8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= multimedia audio MASTER_SITES= # empty DISTFILES= # empty @@ -33,7 +34,7 @@ USE_GSTREAMER+= mad vorbis USE_GSTREAMER+= libpng # Misc plugins -USE_GSTREAMER+= gconf pango +USE_GSTREAMER+= pango # Multimedia plugins USE_GSTREAMER+= ffmpeg |