svn commit: r377081 - head/graphics/librsvg2

Koop Mast kwm at FreeBSD.org
Thu Jan 15 11:36:07 UTC 2015


Author: kwm
Date: Thu Jan 15 11:36:06 2015
New Revision: 377081
URL: https://svnweb.freebsd.org/changeset/ports/377081
QAT: https://qat.redports.org/buildarchive/r377081/

Log:
  Register png dependacy because we link against it.
  
  PR:		196334
  Submitted by:	anindya49 at hotmail.com

Modified:
  head/graphics/librsvg2/Makefile

Modified: head/graphics/librsvg2/Makefile
==============================================================================
--- head/graphics/librsvg2/Makefile	Thu Jan 15 11:34:54 2015	(r377080)
+++ head/graphics/librsvg2/Makefile	Thu Jan 15 11:36:06 2015	(r377081)
@@ -4,6 +4,7 @@
 
 PORTNAME=	librsvg
 PORTVERSION=	2.40.6
+PORTREVISION=	1
 CATEGORIES=	graphics gnome
 MASTER_SITES=	GNOME
 PKGNAMESUFFIX=	2
@@ -13,6 +14,7 @@ MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	Library for parsing and rendering SVG vector-graphic files
 
 LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2 \
+		libpng.so:${PORTSDIR}/graphics/png \
 		libcroco-0.6.so:${PORTSDIR}/textproc/libcroco
 RUN_DEPENDS=	gtk-engines2>=2.7.5_1:${PORTSDIR}/x11-themes/gtk-engines2
 


More information about the svn-ports-all mailing list