aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2011-02-25 10:58:42 +0000
committerKoop Mast <kwm@FreeBSD.org>2011-02-25 10:58:42 +0000
commitf63874893a6024630cc10e9d615503f5adccf3a1 (patch)
tree3de2e40a79b45604e01437ff197c0a106c8c00d6 /x11
parentb3c3c64ce01964e06220ab70fb4e325dd328d956 (diff)
downloadports-f63874893a6024630cc10e9d615503f5adccf3a1.tar.gz
ports-f63874893a6024630cc10e9d615503f5adccf3a1.zip
Notes
Diffstat (limited to 'x11')
-rw-r--r--x11/Makefile1
-rw-r--r--x11/gstreamer-plugins-vdpau/Makefile17
2 files changed, 0 insertions, 18 deletions
diff --git a/x11/Makefile b/x11/Makefile
index 897bcc6b4ea8..4525a4d9f57d 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -105,7 +105,6 @@
SUBDIR += grabc
SUBDIR += gromit
SUBDIR += gskrab
- SUBDIR += gstreamer-plugins-vdpau
SUBDIR += gsynaptics
SUBDIR += gtk-launch
SUBDIR += gtk-theme-switch
diff --git a/x11/gstreamer-plugins-vdpau/Makefile b/x11/gstreamer-plugins-vdpau/Makefile
deleted file mode 100644
index 70ebcbd128e6..000000000000
--- a/x11/gstreamer-plugins-vdpau/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# New ports collection makefile for: gstreamer-plugins-vdpau
-# Date created: 10 Sep 2010
-# Whom: Koop Mast <kwm@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTREVISION= 1
-CATEGORIES= x11
-
-COMMENT= Gstreamer nvidia vdpau plugin
-
-GST_PLUGIN= vdpau
-
-MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
-
-.include "${MASTERDIR}/Makefile"