aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2021-02-04 06:04:50 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-02-04 06:04:50 +0000
commitf667e4109248781b8aa37cfe345bb108586f6478 (patch)
tree4f63466a92526c6660b807700fd026b5f1b00858 /x11-toolkits
parent3a6e2989cd4bd2000a1730e1b3f08d85e7a2bd6c (diff)
downloadports-f667e4109248781b8aa37cfe345bb108586f6478.tar.gz
ports-f667e4109248781b8aa37cfe345bb108586f6478.zip
Remove expired gstreamer 0.x
gstreamer 1.x has been introduced long ago and gstreamer 0.x was kept to let time for applications to catchup on gstreamer 1.x
Notes
Notes: svn path=/head/; revision=563995
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/Makefile1
-rw-r--r--x11-toolkits/gstreamer-plugins-pango/Makefile14
2 files changed, 0 insertions, 15 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index ec11262623d9..3de8c8366cea 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -27,7 +27,6 @@
SUBDIR += gnustep-back
SUBDIR += gnustep-gui
SUBDIR += granite
- SUBDIR += gstreamer-plugins-pango
SUBDIR += gstreamer1-plugins-gtk
SUBDIR += gstreamer1-plugins-pango
SUBDIR += gtk-layer-shell
diff --git a/x11-toolkits/gstreamer-plugins-pango/Makefile b/x11-toolkits/gstreamer-plugins-pango/Makefile
deleted file mode 100644
index 36ca630f84d2..000000000000
--- a/x11-toolkits/gstreamer-plugins-pango/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# Created by: Michael Johnson <ahze@FreeBSD.org>
-# $FreeBSD$
-# $MCom: ports/x11-toolkits/gstreamer-plugins-pango/Makefile,v 1.6 2008/03/21 04:01:32 ahze Exp $
-
-PORTREVISION= 3
-CATEGORIES= x11-toolkits
-
-COMMENT= Gstreamer pango textoverlay plugin
-
-GST_PLUGIN= pango
-
-MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
-
-.include "${MASTERDIR}/Makefile"