diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2006-12-12 16:06:42 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2006-12-12 16:06:42 +0000 |
commit | 37a9257fe9e8ce5a248fa0f403fe42340afa2556 (patch) | |
tree | 420ecd6da62b5bee338614d54acda8a25a59bc02 /multimedia | |
parent | a3725cb2bbfd34876fd2047f98c6a42456997a96 (diff) | |
download | ports-37a9257fe9e8ce5a248fa0f403fe42340afa2556.tar.gz ports-37a9257fe9e8ce5a248fa0f403fe42340afa2556.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/Makefile | 1 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins-mpeg2enc80/Makefile | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index 971c53c2c39b..3d783d7c1709 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -72,7 +72,6 @@ SUBDIR += gstreamer-plugins-libfame80 SUBDIR += gstreamer-plugins-mpeg2dec SUBDIR += gstreamer-plugins-mpeg2dec80 - SUBDIR += gstreamer-plugins-mpeg2enc80 SUBDIR += gstreamer-plugins-mplex80 SUBDIR += gstreamer-plugins-theora SUBDIR += gstreamer-plugins-theora80 diff --git a/multimedia/gstreamer-plugins-mpeg2enc80/Makefile b/multimedia/gstreamer-plugins-mpeg2enc80/Makefile deleted file mode 100644 index a547574c6ccc..000000000000 --- a/multimedia/gstreamer-plugins-mpeg2enc80/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-mpeg2enc -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/multimedia/gstreamer-plugins-mpeg2enc80/Makefile,v 1.1 2006/01/20 02:56:06 ahze Exp $ -# - -PORTREVISION= 2 -CATEGORIES= multimedia - -COMMENT= Gstreamer mpeg encoder plugin - -BROKEN= Does not compile -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2006-12-01 - -GST_PLUGIN= mpeg2enc - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 - -.include "${MASTERDIR}/Makefile" |