diff options
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" |