diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-06-09 04:48:41 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-06-09 04:48:41 +0800 |
commit | 1b07bb43579a73b69f180be3d685dc3db0761929 (patch) | |
tree | aa8d04a0123362bb4d012c161fa983780dd3d23b /multimedia | |
parent | 779d0007d0ac0e03ca949101eeebbc7f43abdc3e (diff) | |
download | marcuscom-ports-1b07bb43579a73b69f180be3d685dc3db0761929.tar marcuscom-ports-1b07bb43579a73b69f180be3d685dc3db0761929.tar.gz marcuscom-ports-1b07bb43579a73b69f180be3d685dc3db0761929.tar.bz2 marcuscom-ports-1b07bb43579a73b69f180be3d685dc3db0761929.tar.lz marcuscom-ports-1b07bb43579a73b69f180be3d685dc3db0761929.tar.xz marcuscom-ports-1b07bb43579a73b69f180be3d685dc3db0761929.tar.zst marcuscom-ports-1b07bb43579a73b69f180be3d685dc3db0761929.zip |
- 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
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
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} |