diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-06-09 20:24:03 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-06-09 20:24:03 +0000 |
commit | f2e4c41d65915c469732c209445ae2845f850d44 (patch) | |
tree | 494ddbc8e65d75fb12c8a5474727ea1febbf128f /multimedia/gstreamer-plugins-bad | |
parent | 03b02cf7ce9dc08d8d271ce61a3055756e2fa7e4 (diff) | |
download | ports-f2e4c41d65915c469732c209445ae2845f850d44.tar.gz ports-f2e4c41d65915c469732c209445ae2845f850d44.zip |
Notes
Diffstat (limited to 'multimedia/gstreamer-plugins-bad')
-rw-r--r-- | multimedia/gstreamer-plugins-bad/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/multimedia/gstreamer-plugins-bad/Makefile b/multimedia/gstreamer-plugins-bad/Makefile index e97bfb21f917..c264d0fc144a 100644 --- a/multimedia/gstreamer-plugins-bad/Makefile +++ b/multimedia/gstreamer-plugins-bad/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/multimedia/gstreamer-plugins-bad/Makefile,v 1.2 2006/02/26 19:23:20 marcus Exp $ +# $MCom: ports/multimedia/gstreamer-plugins-bad/Makefile,v 1.4 2006/06/08 01:14:30 ahze Exp $ # PORTREVISION= 0 @@ -19,9 +19,7 @@ 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= ${BAD_DISTFILE} -WRKSRC= ${WRKDIR}/${BAD_DISTNAME} - +DIST= bad BAD_GST_DIRS= gst sys PLIST_SUB= VERSION="${GST_VERSION}" NO_GSTREAMER_COMMON= yes |