diff options
author | marcus <marcus@FreeBSD.org> | 2008-03-24 04:03:45 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2008-03-24 04:03:45 +0000 |
commit | ede14ae837983e5720a5a835ad7b1a278013941e (patch) | |
tree | 69951cc977fa8bdd1c0490fb5158110825024f57 /textproc | |
parent | 7f7d1cea729a5815af0f4db6edfc5ba0f62a57e3 (diff) | |
download | FreeBSD-ports-ede14ae837983e5720a5a835ad7b1a278013941e.zip FreeBSD-ports-ede14ae837983e5720a5a835ad7b1a278013941e.tar.gz |
This port already existed in multimedia/gstreamer-plugins-annodex.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/gstreamer-plugins-annodex/Makefile | 18 |
2 files changed, 0 insertions, 19 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 973c7cd..2695c29 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -177,7 +177,6 @@ SUBDIR += gpp SUBDIR += grap SUBDIR += gsed - SUBDIR += gstreamer-plugins-annodex SUBDIR += gtk-doc SUBDIR += gtkdiff SUBDIR += gtkspell diff --git a/textproc/gstreamer-plugins-annodex/Makefile b/textproc/gstreamer-plugins-annodex/Makefile deleted file mode 100644 index 99a1080..0000000 --- a/textproc/gstreamer-plugins-annodex/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-annodex -# Date created: 14 Feb 2008 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/textproc/gstreamer-plugins-annodex/Makefile,v 1.3 2008/03/19 14:05:38 ahze Exp $ -# - -PORTREVISION= 2 -CATEGORIES= textproc - -COMMENT= Gstreamer annodex xml plugin - -GST_PLUGIN= annodex - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" |