From 0c3b160e2532de21704ab61e84c1877209dae36d Mon Sep 17 00:00:00 2001 From: kwm Date: Mon, 2 Mar 2009 15:14:25 +0000 Subject: Don't depend anymore on m4 and p5-XML-Parser, they where only needed because of a packaging bug [1]. Fix packaging by adding some gstreamer plugins. Submitted by: [1] Jos'e Alburquerque --- multimedia/gstreamermm/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'multimedia/gstreamermm') diff --git a/multimedia/gstreamermm/Makefile b/multimedia/gstreamermm/Makefile index 30f1c7d04878..3a2445dc7aa9 100644 --- a/multimedia/gstreamermm/Makefile +++ b/multimedia/gstreamermm/Makefile @@ -7,19 +7,18 @@ PORTNAME= gstreamermm PORTVERSION= 0.10.1 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= GNOME MAINTAINER= multimedia@FreeBSD.org COMMENT= C++ wrapper library for the multimedia library GStreamer -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ - gm4:${PORTSDIR}/devel/m4 LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 USE_BZIP2= yes USE_GMAKE= yes -USE_GSTREAMER= yes +USE_GSTREAMER= theora vorbis cdparanoia gio pango USE_GNOME= pkgconfig gnomeprefix gnomehack GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-docs --disable-examples -- cgit