862e5bf88f
Fix gstreamer-plugins-bad after changes in the master port
15 lines
390 B
Makefile
15 lines
390 B
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
# $FreeBSD$
|
|
# $MCom: ports/graphics/gstreamer-plugins-gdkpixbuf/Makefile,v 1.5 2008/03/19 14:05:34 ahze Exp $
|
|
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics
|
|
PKGNAMESUFFIX= -plugins-gdkpixbuf
|
|
|
|
COMMENT= Gstreamer image decoder plugin
|
|
|
|
GST_PLUGIN= gdk_pixbuf
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
|
|
|
|
.include "${MASTERDIR}/Makefile"
|