diff options
author | kwm <kwm@FreeBSD.org> | 2012-03-16 17:40:05 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2012-03-16 17:40:05 +0800 |
commit | c3bbd4973482e43cc6970bfb838a1061e27f0402 (patch) | |
tree | 4fc01c19b50f5c490d63a5220852ca54f8647c51 | |
parent | b25de415493aa7620a37e4995ef9adeec3a01c59 (diff) | |
download | freebsd-ports-gnome-c3bbd4973482e43cc6970bfb838a1061e27f0402.tar.gz freebsd-ports-gnome-c3bbd4973482e43cc6970bfb838a1061e27f0402.tar.zst freebsd-ports-gnome-c3bbd4973482e43cc6970bfb838a1061e27f0402.zip |
Add png to depends, this fixes the build on pointyhat.
Bump portrevision.
Submitted by: pointyhat (via pav@ & erwin@)
Feature safe: yes
-rw-r--r-- | graphics/gstreamer-plugins-gl/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |