diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-02-25 10:58:42 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-02-25 10:58:42 +0000 |
commit | f63874893a6024630cc10e9d615503f5adccf3a1 (patch) | |
tree | 3de2e40a79b45604e01437ff197c0a106c8c00d6 /x11 | |
parent | b3c3c64ce01964e06220ab70fb4e325dd328d956 (diff) |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/gstreamer-plugins-vdpau/Makefile | 17 |
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" |