diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-04-30 01:18:40 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-04-30 01:18:40 +0000 |
commit | e94c0dca29298e1630148f4f14361387dfc83978 (patch) | |
tree | d8befbcd18d0f2561bc830de2fc0673c047ba319 /multimedia/gstreamer-plugins-mpeg2enc | |
parent | 1e8be8b7248cd94406ffaeff3e4f605b3652606f (diff) | |
download | ports-e94c0dca29298e1630148f4f14361387dfc83978.tar.gz ports-e94c0dca29298e1630148f4f14361387dfc83978.zip |
- Remove gstreamer-plugins not in 0.10 (yet)_
Notes
Notes:
svn path=/head/; revision=160872
Diffstat (limited to 'multimedia/gstreamer-plugins-mpeg2enc')
-rw-r--r-- | multimedia/gstreamer-plugins-mpeg2enc/Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/multimedia/gstreamer-plugins-mpeg2enc/Makefile b/multimedia/gstreamer-plugins-mpeg2enc/Makefile deleted file mode 100644 index 9ed3a53f6648..000000000000 --- a/multimedia/gstreamer-plugins-mpeg2enc/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-mpeg2enc -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= multimedia -PORTREVISION= 2 - -COMMENT= Gstreamer mpeg encoder plugin - -BROKEN= Does not compile - -GST_PLUGIN= mpeg2enc - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" |