Remove wrong lib_depends on gstreamer-plugins-ugly, as spotted by

landry@ and espie@.
Explicitely set configure args.
This commit is contained in:
ajacoutot 2010-07-08 22:14:47 +00:00
parent 1acd18543b
commit 4b19a677fa

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.2 2009/11/29 09:18:11 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.3 2010/07/08 22:14:47 ajacoutot Exp $
COMMENT = farsight element for GStreamer
V = 0.12.11
DISTNAME = gst-plugins-farsight-$V
PKGNAME = gstreamer-plugins-farsight-$Vp0
PKGNAME = gstreamer-plugins-farsight-$Vp1
HOMEPAGE = http://farsight.freedesktop.org/
MASTER_SITES = ${HOMEPAGE}/releases/gst-plugins-farsight/
@ -17,11 +17,14 @@ LIB_DEPENDS = gsm::audio/gsm \
gconf-2::devel/gconf2 \
gstnet-0.10,gstreamer-0.10,gstbase-0.10:gstreamer->=0.10:$P/core \
gstinterfaces-0.10,gstrtp-0.10,gstnetbuffer-0.10::$P/plugins-base \
::multimedia/gstreamer-0.10/plugins-ugly \
xml2::textproc/libxml
AUTOCONF_VERSION = 2.62
MODULES += devel/gettext
MODULES += devel/gettext
CONFIGURE_ARGS += --disable-jingle-p2p \
--disable-jasper \
--without-libj2k
.include <bsd.port.mk>