diff options
author | ahze <ahze@FreeBSD.org> | 2006-04-30 07:03:03 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-04-30 07:03:03 +0800 |
commit | 37141a4239ce132a460689dacc49f431214e670b (patch) | |
tree | 841e14a903993df6f2654c4de34024a326f9e59b /audio/gstreamer-plugins-smoothwave80 | |
parent | 8967d0ac35824f19b6b0545589662965de0f1988 (diff) | |
download | freebsd-ports-gnome-37141a4239ce132a460689dacc49f431214e670b.tar.gz freebsd-ports-gnome-37141a4239ce132a460689dacc49f431214e670b.tar.zst freebsd-ports-gnome-37141a4239ce132a460689dacc49f431214e670b.zip |
- Update gstreamer to 0.10
- Move all old gstreamer 0.8 ports to gstreamer*80 [1]
- Chase all ports with new gstreamer or gstreaemer moves
Repocopied by: marcus [1]
Diffstat (limited to 'audio/gstreamer-plugins-smoothwave80')
-rw-r--r-- | audio/gstreamer-plugins-smoothwave80/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/gstreamer-plugins-smoothwave80/Makefile b/audio/gstreamer-plugins-smoothwave80/Makefile index baf393cfc4c7..ccee8240240a 100644 --- a/audio/gstreamer-plugins-smoothwave80/Makefile +++ b/audio/gstreamer-plugins-smoothwave80/Makefile @@ -3,15 +3,16 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ +# $MCom: ports/audio/gstreamer-plugins-smoothwave80/Makefile,v 1.2 2006/02/23 18:05:34 marcus Exp $ # CATEGORIES= audio -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= Gstreamer visualisation plugin GST_PLUGIN= smoothwave -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins +MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 .include "${MASTERDIR}/Makefile" |