diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-06-09 04:53:40 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-06-09 04:53:40 +0800 |
commit | ea56d71d87714e84872ea5155546ef9b5aa77274 (patch) | |
tree | b4689d16e7c1a715952baf84f89d5323c22ef971 | |
parent | 1b07bb43579a73b69f180be3d685dc3db0761929 (diff) | |
download | marcuscom-ports-ea56d71d87714e84872ea5155546ef9b5aa77274.tar marcuscom-ports-ea56d71d87714e84872ea5155546ef9b5aa77274.tar.gz marcuscom-ports-ea56d71d87714e84872ea5155546ef9b5aa77274.tar.bz2 marcuscom-ports-ea56d71d87714e84872ea5155546ef9b5aa77274.tar.lz marcuscom-ports-ea56d71d87714e84872ea5155546ef9b5aa77274.tar.xz marcuscom-ports-ea56d71d87714e84872ea5155546ef9b5aa77274.tar.zst marcuscom-ports-ea56d71d87714e84872ea5155546ef9b5aa77274.zip |
- Switch to USE_GSTREAMER=yes for gstreamer-plugins-*
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6383 df743ca5-7f9a-e211-a948-0013205c9059
-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} |