diff options
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile | 4 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile index b88251d31..1f9d50996 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -3,7 +3,7 @@ # Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/multimedia/gstreamer-plugins/Makefile,v 1.80 2006/04/28 12:00:14 ahze Exp $ +# $MCom: ports/multimedia/gstreamer-plugins/Makefile,v 1.84 2006/06/08 01:14:30 ahze Exp $ # PORTNAME= gstreamer @@ -78,6 +78,8 @@ INSTALLS_SHLIB= yes MAN1= gst-visualise-0.10.1 PLIST_SUB+= VERSION="${VERSION}" \ SHLIB_VERSION="${SHLIB_VERSION}" +.else +USE_GSTREAMER= yes .endif .include "${MASTERDIR}/Makefile.common" diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 87d60561c..b5cb08e6c 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.45 2006/06/08 12:53:05 ahze Exp $ +# $MCom: ports/multimedia/gstreamer-plugins/Makefile.common,v 1.46 2006/06/08 20:48:41 ahze Exp $ # base BASE_GST_ALL_PLUGINS= \ alsa \ @@ -418,9 +418,6 @@ 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 !target(do-build) do-build: .for dir in ${GST_PREBUILD_DIR} ${GST_PLUGIN_DIR} ${GST_POSTBUILD_DIR} |