diff options
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" |