diff options
author | mezz <mezz@FreeBSD.org> | 2010-06-25 10:16:59 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2010-06-25 10:16:59 +0800 |
commit | d278487f59b692d719a0f3713ff6ee66f5843330 (patch) | |
tree | 52af01d0f11cacea0a744ba0014482dc9d554842 /graphics/gimp | |
parent | 908e4fe11fb730e00a3c8b1063df3ada8d30fd73 (diff) | |
download | freebsd-ports-gnome-d278487f59b692d719a0f3713ff6ee66f5843330.tar.gz freebsd-ports-gnome-d278487f59b692d719a0f3713ff6ee66f5843330.tar.zst freebsd-ports-gnome-d278487f59b692d719a0f3713ff6ee66f5843330.zip |
The name of gimp-help package has been changed from 'gimp-help' to
'gimp-help-html'. Update it to allow user able to install this port without
get any failure.
PR: ports/148123
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Feature safe: yes
Diffstat (limited to 'graphics/gimp')
-rw-r--r-- | graphics/gimp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 6295eab7bd9a..983aa8b48553 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -29,7 +29,7 @@ NO_BUILD= yes .include <bsd.port.pre.mk> .if defined(WITH_HELP) -RUN_DEPENDS+= gimp-help>0:${PORTSDIR}/graphics/gimp-help +RUN_DEPENDS+= gimp-help*>0:${PORTSDIR}/graphics/gimp-help .endif .if defined(WITH_PYTHON) |