diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-04-29 19:15:55 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-04-29 19:15:55 +0000 |
commit | df2517845307f992e9dff6ea1e06ced851a4c843 (patch) | |
tree | 727030bc5702d9613ad4f47e910294a5e080a757 /graphics | |
parent | - Fix the plist with WITH_MINI_COMMANDER. (diff) |
Remove graphics/gstreamer-plugins-libcaca80, it is no point for me to try to
fix it with future update of libcaca. All of gstreamer*80 will be remove in
May anyway.
Notes
Notes:
svn path=/head/; revision=191133
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/gstreamer-plugins-libcaca80/Makefile | 18 |
2 files changed, 0 insertions, 19 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index c495b9e9fd19..9f1245bfa434 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -242,7 +242,6 @@ SUBDIR += gstreamer-plugins-jpeg SUBDIR += gstreamer-plugins-jpeg80 SUBDIR += gstreamer-plugins-libcaca - SUBDIR += gstreamer-plugins-libcaca80 SUBDIR += gstreamer-plugins-libmng80 SUBDIR += gstreamer-plugins-libpng SUBDIR += gstreamer-plugins-libpng80 diff --git a/graphics/gstreamer-plugins-libcaca80/Makefile b/graphics/gstreamer-plugins-libcaca80/Makefile deleted file mode 100644 index e84e0b23f438..000000000000 --- a/graphics/gstreamer-plugins-libcaca80/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-libcaca -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/gstreamer-plugins-libcaca80/Makefile,v 1.2 2006/02/24 18:50:33 marcus Exp $ -# - -PORTREVISION= 2 -CATEGORIES= graphics - -COMMENT= Gstreamer color ascii art plugin - -GST_PLUGIN= libcaca - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins80 - -.include "${MASTERDIR}/Makefile" |