diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2008-11-03 20:34:17 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2008-11-03 20:34:17 +0000 |
commit | 88ebe0ab8fced0b9a1e8befd0f78a1a751020c7a (patch) | |
tree | 4be450c6a93ee061891e74def76dd816fea51f20 /graphics | |
parent | 9ef56cc1e06314f48cdc25cc1be66971cf402d38 (diff) | |
download | ports-88ebe0ab8fced0b9a1e8befd0f78a1a751020c7a.tar.gz ports-88ebe0ab8fced0b9a1e8befd0f78a1a751020c7a.zip |
Notes
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 fdbd93e41395..9eec7d162395 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 ce207647c06d..910a586d48ef 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 |