aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/Makefile1
-rw-r--r--audio/gstreamer-plugins-ivorbis/Makefile18
2 files changed, 0 insertions, 19 deletions
diff --git a/audio/Makefile b/audio/Makefile
index dc249cbf5a72..5f0a16c0a2c1 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -258,7 +258,6 @@
SUBDIR += gstreamer-plugins-flac
SUBDIR += gstreamer-plugins-fluendo-mp3
SUBDIR += gstreamer-plugins-gsm
- SUBDIR += gstreamer-plugins-ivorbis
SUBDIR += gstreamer-plugins-jack
SUBDIR += gstreamer-plugins-ladspa
SUBDIR += gstreamer-plugins-lame
diff --git a/audio/gstreamer-plugins-ivorbis/Makefile b/audio/gstreamer-plugins-ivorbis/Makefile
deleted file mode 100644
index 7625e9f516d2..000000000000
--- a/audio/gstreamer-plugins-ivorbis/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# New ports collection makefile for: gstreamer-plugins-ivorbis
-# Date created: 3 Oct 2004
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/audio/gstreamer-plugins-ivorbis/Makefile,v 1.5 2008/03/19 14:05:29 ahze Exp $
-#
-
-PORTREVISION= 0
-CATEGORIES= audio
-
-COMMENT= Gstreamer integer only Ogg Vorbis decoder plugin
-
-GST_PLUGIN= ivorbis
-
-MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
-
-.include "${MASTERDIR}/Makefile"