aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2010-06-01 06:52:40 +0800
committermarcus <marcus@FreeBSD.org>2010-06-01 06:52:40 +0800
commit66b59c29d31c28957b86bbe1b520844d5336d4d4 (patch)
tree72a59e244b5f381232840bd1d3de446805dc1596 /graphics
parent2c2561c199ec10f3700421f8ede07d5273bf248f (diff)
downloadfreebsd-ports-gnome-66b59c29d31c28957b86bbe1b520844d5336d4d4.tar.gz
freebsd-ports-gnome-66b59c29d31c28957b86bbe1b520844d5336d4d4.tar.zst
freebsd-ports-gnome-66b59c29d31c28957b86bbe1b520844d5336d4d4.zip
Bump PORTREVISION and add USE_GETTEXT where missing.
PR: 147257
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