diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-04-30 01:17:02 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-04-30 01:17:02 +0000 |
commit | 1e8be8b7248cd94406ffaeff3e4f605b3652606f (patch) | |
tree | 13973119d3d79dd900d1c93d0244fc738763a078 /graphics/gstreamer-plugins-gdkpixbuf/Makefile | |
parent | 86be777380c282a6e5689a510d58a9f2b67359cd (diff) |
Notes
Diffstat (limited to 'graphics/gstreamer-plugins-gdkpixbuf/Makefile')
-rw-r--r-- | graphics/gstreamer-plugins-gdkpixbuf/Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/graphics/gstreamer-plugins-gdkpixbuf/Makefile b/graphics/gstreamer-plugins-gdkpixbuf/Makefile deleted file mode 100644 index 2f15f941726f..000000000000 --- a/graphics/gstreamer-plugins-gdkpixbuf/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: gstreamer-plugins-gdkpixbuf -# Date created: 3 Oct 2004 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# - -CATEGORIES= graphics -PORTREVISION= 1 - -COMMENT= Gstreamer image decoder plugin - -GST_PLUGIN= gdkpixbuf - -MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins - -.include "${MASTERDIR}/Makefile" |