diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-04-30 01:16:30 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-04-30 01:16:30 +0000 |
commit | 86be777380c282a6e5689a510d58a9f2b67359cd (patch) | |
tree | 0ae932ab5b5bd5dadf801eca3e46cba5304ee1b2 /audio/gstreamer-plugins-cdaudio | |
parent | 7638f1ccc32c38730a76f3778cddda1c420113ff (diff) | |
download | ports-86be777380c282a6e5689a510d58a9f2b67359cd.tar.gz ports-86be777380c282a6e5689a510d58a9f2b67359cd.zip |
- Remove gstreamer plugins not in 0.10 (yet)
Notes
Notes:
svn path=/head/; revision=160870
Diffstat (limited to 'audio/gstreamer-plugins-cdaudio')
-rw-r--r-- | audio/gstreamer-plugins-cdaudio/Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/audio/gstreamer-plugins-cdaudio/Makefile b/audio/gstreamer-plugins-cdaudio/Makefile deleted file mode 100644 index bed8a12956c3..000000000000 --- a/audio/gstreamer-plugins-cdaudio/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-cdaudio -# Date created: 17 Dec 2004 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= audio -PORTREVISION= 1 - -COMMENT= Gstreamer audio cd playing plugin - -GST_PLUGIN= cdaudio - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" |