From 1b07bb43579a73b69f180be3d685dc3db0761929 Mon Sep 17 00:00:00 2001 From: ahze Date: Thu, 8 Jun 2006 20:48:41 +0000 Subject: - Doh, if you don't have gstreamer-plugins installed it will loop for ever trying to install gstreamer-plugins. Reported by: mux via irc.freenode.org/#FreeBSD-GNOME git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6382 df743ca5-7f9a-e211-a948-0013205c9059 --- multimedia/gstreamer-plugins/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'multimedia') diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 954573abf..87d60561c 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -1,5 +1,5 @@ # $FreeBSD$ -# $MCom: ports/multimedia/gstreamer-plugins/Makefile.common,v 1.44 2006/06/08 01:14:30 ahze Exp $ +# $MCom: ports/multimedia/gstreamer-plugins/Makefile.common,v 1.45 2006/06/08 12:53:05 ahze Exp $ # base BASE_GST_ALL_PLUGINS= \ alsa \ @@ -417,10 +417,10 @@ PORTVERSION= ${GOOD_PORTVERSION} DISTFILES+= ${GOOD_DISTFILE}:good .endif +.if !defined(NO_GSTREAMER_COMMON) BUILD_DEPENDS+= gstreamer-plugins>=${GST_VERSION}${GST_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer-plugins RUN_DEPENDS+= gstreamer-plugins>=${GST_VERSION}${GST_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer-plugins -.if !defined(NO_GSTREAMER_COMMON) .if !target(do-build) do-build: .for dir in ${GST_PREBUILD_DIR} ${GST_PLUGIN_DIR} ${GST_POSTBUILD_DIR} -- cgit v1.2.3