diff options
author | mezz <mezz@FreeBSD.org> | 2008-11-04 04:34:17 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2008-11-04 04:34:17 +0800 |
commit | 9917857c015cdecfb10328cdebaab9b2d451b414 (patch) | |
tree | e71a13d99b2eb95ea910aed99cf2b52bc0752bb9 /graphics | |
parent | 685c172f510598646109d7cc20848900fac0388a (diff) | |
download | freebsd-ports-graphics-9917857c015cdecfb10328cdebaab9b2d451b414.tar.gz freebsd-ports-graphics-9917857c015cdecfb10328cdebaab9b2d451b414.tar.zst freebsd-ports-graphics-9917857c015cdecfb10328cdebaab9b2d451b414.zip |
-Fix the dependency in help browser plugins by add webkit-gtk2. [1]
-Fix the plist when WITHOUT_RSVG and WITHOUT_HELBROWSER are defined. [2]
-Bump the PORTREVISION.
PR: ports/128201 [2]
Submitted by: Tobias Rehbein <tobias.rehbein@web.de> [2]
Reported by: many [1]
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-app/Makefile | 8 | ||||
-rw-r--r-- | graphics/gimp-app/pkg-plist | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index fdbd93e4139..9eec7d16239 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -8,7 +8,7 @@ PORTNAME= gimp-app DISTVERSION= 2.6.1 -PORTREVISION?= 1 +PORTREVISION?= 2 PORTEPOCH?= 1 CATEGORIES?= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ @@ -115,11 +115,11 @@ PLIST_SUB+= GNOME="@comment " .endif .if defined(WITH_HELPBROWSER) -USE_GNOME+= libgtkhtml -CONFIGURE_ARGS+= --with-gtkhtml2 +LIB_DEPENDS+= webkit-1.0.1:${PORTSDIR}/www/webkit-gtk2 +CONFIGURE_ARGS+= --with-webkit PLIST_SUB+= HELPBROWSER="" .else -CONFIGURE_ARGS+= --without-gtkhtml2 +CONFIGURE_ARGS+= --without-webkit PLIST_SUB+= HELPBROWSER="@comment " .endif diff --git a/graphics/gimp-app/pkg-plist b/graphics/gimp-app/pkg-plist index ce207647c06..910a586d48e 100644 --- a/graphics/gimp-app/pkg-plist +++ b/graphics/gimp-app/pkg-plist @@ -367,7 +367,7 @@ libexec/gimp/2.2/plug-ins/file-psp libexec/gimp/2.2/plug-ins/file-raw libexec/gimp/2.2/plug-ins/file-sgi libexec/gimp/2.2/plug-ins/file-sunras -libexec/gimp/2.2/plug-ins/file-svg +%%SVG%%libexec/gimp/2.2/plug-ins/file-svg libexec/gimp/2.2/plug-ins/file-tga libexec/gimp/2.2/plug-ins/file-tiff-load libexec/gimp/2.2/plug-ins/file-tiff-save @@ -391,7 +391,7 @@ libexec/gimp/2.2/plug-ins/gradient-map libexec/gimp/2.2/plug-ins/grid libexec/gimp/2.2/plug-ins/guillotine libexec/gimp/2.2/plug-ins/help -libexec/gimp/2.2/plug-ins/help-browser +%%HELPBROWSER%%libexec/gimp/2.2/plug-ins/help-browser libexec/gimp/2.2/plug-ins/hot libexec/gimp/2.2/plug-ins/ifs-compose libexec/gimp/2.2/plug-ins/illusion |