svn commit: r352205 - head/x11/gnome-pie

Nicola Vitale nivit at FreeBSD.org
Sat Apr 26 02:06:38 UTC 2014


Author: nivit
Date: Sat Apr 26 02:06:38 2014
New Revision: 352205
URL: http://svnweb.freebsd.org/changeset/ports/352205
QAT: https://qat.redports.org/buildarchive/r352205/

Log:
  - Add graphics/librsvg2 to LIB_DEPENDS
  - Bump PORTREVISION

Modified:
  head/x11/gnome-pie/Makefile

Modified: head/x11/gnome-pie/Makefile
==============================================================================
--- head/x11/gnome-pie/Makefile	Sat Apr 26 01:33:28 2014	(r352204)
+++ head/x11/gnome-pie/Makefile	Sat Apr 26 02:06:38 2014	(r352205)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gnome-pie
 PORTVERSION=	0.5.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11
 
 MAINTAINER=	nivit at FreeBSD.org
@@ -16,6 +16,7 @@ RUN_DEPENDS=	gnome-icons-faenza>=1.3:${P
 		gnome-settings-daemon>=2.32.1_4:${PORTSDIR}/sysutils/gnome-settings-daemon
 LIB_DEPENDS=	libcairo.so:${PORTSDIR}/graphics/cairo \
 		libgee.so:${PORTSDIR}/devel/libgee06 \
+		librsvg-2.so:${PORTSDIR}/graphics/librsvg2 \
 		libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique
 
 USE_XORG=	xtst


More information about the svn-ports-all mailing list