diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2007-06-07 14:04:25 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2007-06-07 14:04:25 +0000 |
commit | 794f096bf9bd73aab6d500a04feda040ab8029c8 (patch) | |
tree | 8bd506e71c6e6bac8cc09be08e242acdcf4a58eb /multimedia/gstreamer-plugins-core/Makefile | |
parent | eb4975532fd8fe8d6af635097f3ece18fe8afc0f (diff) | |
download | ports-794f096bf9bd73aab6d500a04feda040ab8029c8.tar.gz ports-794f096bf9bd73aab6d500a04feda040ab8029c8.zip |
Notes
Diffstat (limited to 'multimedia/gstreamer-plugins-core/Makefile')
-rw-r--r-- | multimedia/gstreamer-plugins-core/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins-core/Makefile b/multimedia/gstreamer-plugins-core/Makefile index 5b16cf30791c..25c9c4887ba1 100644 --- a/multimedia/gstreamer-plugins-core/Makefile +++ b/multimedia/gstreamer-plugins-core/Makefile @@ -7,7 +7,7 @@ PORTNAME= gstreamer-plugins-core PORTVERSION= 0.10 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= multimedia audio MASTER_SITES= # empty DISTFILES= # empty @@ -25,7 +25,7 @@ WANT_GSTREAMER= yes .include <bsd.port.pre.mk> # Audio plugins -USE_GSTREAMER+= mad ogg vorbis +USE_GSTREAMER+= mp3 ogg vorbis # Graphics plugins USE_GSTREAMER+= libpng |