From c3bbd4973482e43cc6970bfb838a1061e27f0402 Mon Sep 17 00:00:00 2001 From: kwm Date: Fri, 16 Mar 2012 09:40:05 +0000 Subject: Add png to depends, this fixes the build on pointyhat. Bump portrevision. Submitted by: pointyhat (via pav@ & erwin@) Feature safe: yes --- graphics/gstreamer-plugins-gl/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/graphics/gstreamer-plugins-gl/Makefile b/graphics/gstreamer-plugins-gl/Makefile index 2399724e6d4e..550b4b5cadae 100644 --- a/graphics/gstreamer-plugins-gl/Makefile +++ b/graphics/gstreamer-plugins-gl/Makefile @@ -7,6 +7,7 @@ PORTNAME= gstreamer-plugins-gl PORTVERSION= 0.10.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-plugins-gl/ DISTNAME= ${PORTNAME:S/gstreamer/gst/}-${PORTVERSION} @@ -14,6 +15,8 @@ DISTNAME= ${PORTNAME:S/gstreamer/gst/}-${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org COMMENT= GStreamer OpenGL video plugin +LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png + USE_BZIP2= yes USE_GMAKE= yes USE_GETTEXT= yes -- cgit