diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-07-27 02:12:10 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-07-27 02:12:10 +0800 |
commit | 97fb767ed781bd5ea52c4e6ae7dca3d3dc2023a3 (patch) | |
tree | 13f430f0804c6fc06dcb2c3910654fbf4b0ea684 /graphics/gimp-app-devel/Makefile | |
parent | 372703ea9dc47c2889a4e628cf2ac93fd497c9e1 (diff) | |
download | marcuscom-ports-97fb767ed781bd5ea52c4e6ae7dca3d3dc2023a3.tar marcuscom-ports-97fb767ed781bd5ea52c4e6ae7dca3d3dc2023a3.tar.gz marcuscom-ports-97fb767ed781bd5ea52c4e6ae7dca3d3dc2023a3.tar.bz2 marcuscom-ports-97fb767ed781bd5ea52c4e6ae7dca3d3dc2023a3.tar.lz marcuscom-ports-97fb767ed781bd5ea52c4e6ae7dca3d3dc2023a3.tar.xz marcuscom-ports-97fb767ed781bd5ea52c4e6ae7dca3d3dc2023a3.tar.zst marcuscom-ports-97fb767ed781bd5ea52c4e6ae7dca3d3dc2023a3.zip |
Update to 2.5.2
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11187 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/gimp-app-devel/Makefile')
-rw-r--r-- | graphics/gimp-app-devel/Makefile | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile index 73dd8316b..7e4efe90a 100644 --- a/graphics/gimp-app-devel/Makefile +++ b/graphics/gimp-app-devel/Makefile @@ -3,12 +3,12 @@ # Whom: erich@FreeBSD.org # # $FreeBSD$ -# $MCom: ports/graphics/gimp-app-devel/Makefile,v 1.22 2008/04/21 00:00:32 marcus Exp $ +# $MCom: ports/graphics/gimp-app-devel/Makefile,v 1.23 2008/06/06 21:38:49 marcus Exp $ # PORTNAME= gimp-app -DISTVERSION= 2.5.0 -PORTREVISION?= 2 +DISTVERSION= 2.5.2 +PORTREVISION?= 0 PORTEPOCH?= 1 CATEGORIES?= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ @@ -36,8 +36,6 @@ LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif \ curl.4:${PORTSDIR}/ftp/curl \ gegl-0.0.0:${PORTSDIR}/x11/gegl -CONFLICTS= gimp-app-[0-9]* - USE_BZIP2= yes USE_GETTEXT= yes USE_XORG= xpm xmu xext @@ -81,13 +79,12 @@ LIB_DEPENDS+= gimp-2.0.0:${PORTSDIR}/graphics/gimp-app-devel .else -MAN1= gimp-2.5.1 gimp-console-2.5.1 gimp-remote-2.5.1 -MAN5= gimp-2.5.5 gimp-remote-2.5.5 gimprc-2.5.5 +MAN1= gimp-2.5.1 gimptool-2.0.1 +MAN5= gimp-2.5.5 gimprc-2.5.5 MLINKS= gimp-2.4.1 gimp.1 \ gimp-2.4.1 gimp-console-2.4.1 \ - gimp-console-2.4.1 gimp-console.1 \ - gimp-remote-2.4.1 gimp-remote.1 \ - gimprc-2.4.5 gimprc.5 + gimprc-2.4.5 gimprc.5 \ + gimptool-2.0.1 gimptool .if defined(WITHOUT_RSVG) CONFIGURE_ARGS+= --without-librsvg @@ -115,11 +112,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 |