diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-01-25 16:22:43 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-01-25 16:22:43 +0000 |
commit | 4923f5b5a5c9b84912c7c536e5037ac039fb32a5 (patch) | |
tree | f10448045b5ba15a7e27928bd21440592efb64c3 /audio | |
parent | 35a4d09c24d775b25f37c3112d243bcbd38900e4 (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/gstreamer-plugins-wavpack80/Makefile | 16 |
2 files changed, 0 insertions, 17 deletions
diff --git a/audio/Makefile b/audio/Makefile index 580fd3f5954b..9fa35da619cc 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -261,7 +261,6 @@ SUBDIR += gstreamer-plugins-vorbis SUBDIR += gstreamer-plugins-vorbis80 SUBDIR += gstreamer-plugins-wavpack - SUBDIR += gstreamer-plugins-wavpack80 SUBDIR += gtick SUBDIR += gtkgep SUBDIR += gtkguitune diff --git a/audio/gstreamer-plugins-wavpack80/Makefile b/audio/gstreamer-plugins-wavpack80/Makefile deleted file mode 100644 index 4a99dde92b23..000000000000 --- a/audio/gstreamer-plugins-wavpack80/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-wavpack -# Date created: 5 July 2005 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/audio/gstreamer-plugins-wavpack80/Makefile,v 1.2 2006/02/23 18:05:35 marcus Exp $ -# - -PORTREVISION= 3 -CATEGORIES= audio - -GST_PLUGIN= wavpack - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 - -.include "${MASTERDIR}/Makefile" |