aboutsummaryrefslogtreecommitdiff
path: root/graphics/gimp
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2014-12-09 11:17:26 +0000
committerKoop Mast <kwm@FreeBSD.org>2014-12-09 11:17:26 +0000
commitd9568bf42399674990ad8039d3e674ecb092e7c2 (patch)
tree7f0ae07f4c8141104e890378c59b8fd441994745 /graphics/gimp
parent5de8556c784ce095eafbe0bff5a36f8e735c4e95 (diff)
downloadports-d9568bf42399674990ad8039d3e674ecb092e7c2.tar.gz
ports-d9568bf42399674990ad8039d3e674ecb092e7c2.zip
Only bring in the english help instead of depending on the gimp-help meta
port which will include all the translated gimp help ports. Add pkg-message to point to the other available translations. Suggested by: des@
Notes
Notes: svn path=/head/; revision=374368
Diffstat (limited to 'graphics/gimp')
-rw-r--r--graphics/gimp/Makefile4
-rw-r--r--graphics/gimp/pkg-message3
2 files changed, 5 insertions, 2 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
index d33fec46564a..39152a72b7b0 100644
--- a/graphics/gimp/Makefile
+++ b/graphics/gimp/Makefile
@@ -4,7 +4,7 @@
PORTNAME= gimp
DISTVERSION?= 2.8.10
-PORTREVISION?= 2
+PORTREVISION?= 3
PORTEPOCH?= 2
CATEGORIES= graphics gnome
MASTER_SITES?= # empty
@@ -29,7 +29,7 @@ NO_MTREE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MHELP}
-RUN_DEPENDS+= gimp-help*>0:${PORTSDIR}/graphics/gimp-help
+RUN_DEPENDS+= en-gimp-help-html>=0:${PORTSDIR}/misc/gimp-help-en
.endif
.if ${PORT_OPTIONS:MPYTHON}
diff --git a/graphics/gimp/pkg-message b/graphics/gimp/pkg-message
new file mode 100644
index 000000000000..7ff99254350f
--- /dev/null
+++ b/graphics/gimp/pkg-message
@@ -0,0 +1,3 @@
+Only the english gimp manual is supplied with this port. But other
+translations are available. Please use "pkg search gimp-help" or check
+the graphics/gimp-help meta port.