From 779d0007d0ac0e03ca949101eeebbc7f43abdc3e Mon Sep 17 00:00:00 2001 From: ahze Date: Thu, 8 Jun 2006 12:53:05 +0000 Subject: - 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 --- multimedia/gstreamer-plugins/Makefile.common | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'multimedia') 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 -- cgit v1.2.3