diff options
author | ahze <ahze@FreeBSD.org> | 2006-06-10 04:24:03 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-06-10 04:24:03 +0800 |
commit | 993fec718d871d31c31e0e2d2dc0e8fde854fa1d (patch) | |
tree | effd735b00a2130ec3a895a697848bef7fb142d8 /multimedia/gstreamer-plugins-good/Makefile | |
parent | 8629b39cdee92383a4287880b6eedcd001c914c5 (diff) | |
download | freebsd-ports-gnome-993fec718d871d31c31e0e2d2dc0e8fde854fa1d.tar.gz freebsd-ports-gnome-993fec718d871d31c31e0e2d2dc0e8fde854fa1d.tar.zst freebsd-ports-gnome-993fec718d871d31c31e0e2d2dc0e8fde854fa1d.zip |
- Update to 0.10.8 (base plugins)
- Set right PORTVERSION on good, bad, and ugly plugins. Bump PORTEPOCH since
these PORTREVERSION's will go backwards
- Remove USE_GNOME=gnomeprefix
Diffstat (limited to 'multimedia/gstreamer-plugins-good/Makefile')
-rw-r--r-- | multimedia/gstreamer-plugins-good/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/multimedia/gstreamer-plugins-good/Makefile b/multimedia/gstreamer-plugins-good/Makefile index 1adc16ef8e9b..83df947d7d8a 100644 --- a/multimedia/gstreamer-plugins-good/Makefile +++ b/multimedia/gstreamer-plugins-good/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/multimedia/gstreamer-plugins-good/Makefile,v 1.5 2006/04/02 07:33:41 marcus Exp $ +# $MCom: ports/multimedia/gstreamer-plugins-good/Makefile,v 1.7 2006/06/08 01:14:31 ahze Exp $ # PORTREVISION= 4 @@ -19,15 +19,14 @@ MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins 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 -EXTRACT_ONLY= ${GOOD_DISTFILE} -WRKSRC= ${WRKDIR}/${GOOD_DISTNAME} - +DIST= good GOOD_GST_DIRS= gst sys PLIST_SUB= VERSION="${GST_VERSION}" -NO_GSTREAMER_COMMON= yes + PLIST= ${.CURDIR}/pkg-plist FILESDIR=${.CURDIR}/files PATCHDIR=${.CURDIR}/files +NO_GSTREAMER_COMMON= yes do-build: .for dir in ${GOOD_GST_DIRS} |