summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-06-08 20:53:05 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-06-08 20:53:05 +0800
commit779d0007d0ac0e03ca949101eeebbc7f43abdc3e (patch)
treea58609c1b52f5ded195fb20b7c34ee79607a732d /multimedia
parent93f0bccdec99e2afb35401818a38cd77107be6ed (diff)
downloadmarcuscom-ports-779d0007d0ac0e03ca949101eeebbc7f43abdc3e.tar
marcuscom-ports-779d0007d0ac0e03ca949101eeebbc7f43abdc3e.tar.gz
marcuscom-ports-779d0007d0ac0e03ca949101eeebbc7f43abdc3e.tar.bz2
marcuscom-ports-779d0007d0ac0e03ca949101eeebbc7f43abdc3e.tar.lz
marcuscom-ports-779d0007d0ac0e03ca949101eeebbc7f43abdc3e.tar.xz
marcuscom-ports-779d0007d0ac0e03ca949101eeebbc7f43abdc3e.tar.zst
marcuscom-ports-779d0007d0ac0e03ca949101eeebbc7f43abdc3e.zip
- Don't use Makefile.common do-install target for gstreamer-plugins
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6381 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gstreamer-plugins/Makefile.common4
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common
index c43e4cff5..954573abf 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.40 2006/04/23 21:40:21 marcus Exp $
+# $MCom: ports/multimedia/gstreamer-plugins/Makefile.common,v 1.44 2006/06/08 01:14:30 ahze Exp $
# base
BASE_GST_ALL_PLUGINS= \
alsa \
@@ -420,6 +420,7 @@ DISTFILES+= ${GOOD_DISTFILE}:good
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}
@@ -435,3 +436,4 @@ do-install:
${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}
.endfor
.endif
+.endif