summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2010-05-31 22:52:40 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2010-05-31 22:52:40 +0000
commit68dd04711b0233ebc022eba4d73ae69a15ab9377 (patch)
tree1e537896a657568a4a80d9789ac67d477a6fb2b0 /graphics
parent- Update freevo to 1.9.0_3 (diff)
Bump PORTREVISION and add USE_GETTEXT where missing.
PR: 147257
Notes
Notes: svn path=/head/; revision=255418
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gimp-app/Makefile2
-rw-r--r--graphics/libgnomecanvas/Makefile2
-rw-r--r--graphics/librsvg2/Makefile2
-rw-r--r--graphics/poppler-gtk/Makefile2
4 files changed, 5 insertions, 3 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile
index 2fbe4e39fd1d..9dd5bdd93126 100644
--- a/graphics/gimp-app/Makefile
+++ b/graphics/gimp-app/Makefile
@@ -8,7 +8,7 @@
PORTNAME= gimp-app
DISTVERSION= 2.6.8
-PORTREVISION?= 3
+PORTREVISION?= 4
PORTEPOCH?= 1
CATEGORIES?= graphics gnome
MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
diff --git a/graphics/libgnomecanvas/Makefile b/graphics/libgnomecanvas/Makefile
index cc58c1c7a594..c05373a3bd93 100644
--- a/graphics/libgnomecanvas/Makefile
+++ b/graphics/libgnomecanvas/Makefile
@@ -8,7 +8,7 @@
PORTNAME= libgnomecanvas
PORTVERSION= 2.30.1
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= graphics gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile
index 55100263d78c..0d34a51e5127 100644
--- a/graphics/librsvg2/Makefile
+++ b/graphics/librsvg2/Makefile
@@ -8,6 +8,7 @@
PORTNAME= librsvg2
PORTVERSION= 2.26.3
+PORTREVISION= 1
CATEGORIES= graphics gnome
MASTER_SITES= GNOME
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -23,6 +24,7 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
RUN_DEPENDS= gtk-engines2>=2.7.5_1:${PORTSDIR}/x11-themes/gtk-engines2
USE_BZIP2= yes
+USE_GETTEXT= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool:22
diff --git a/graphics/poppler-gtk/Makefile b/graphics/poppler-gtk/Makefile
index 1ebdddf7a6ab..ae3fb35aed4e 100644
--- a/graphics/poppler-gtk/Makefile
+++ b/graphics/poppler-gtk/Makefile
@@ -6,7 +6,7 @@
# $MCom: ports/graphics/poppler-gtk/Makefile,v 1.18 2010/03/14 22:08:42 kwm Exp $
#
-PORTREVISION= 0
+PORTREVISION= 1
PKGNAMESUFFIX= -gtk
MAINTAINER= gnome@FreeBSD.org