diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-06-30 00:14:26 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-06-30 00:14:26 +0800 |
commit | ff738afba201040a24503f435563e57fc2b56df1 (patch) | |
tree | 20c10722ecf1b77ac49c5fc4e2043070910ec99f | |
parent | 21795cdb730afc2143ef8cac84b5481528ff09f6 (diff) | |
download | marcuscom-ports-ff738afba201040a24503f435563e57fc2b56df1.tar marcuscom-ports-ff738afba201040a24503f435563e57fc2b56df1.tar.gz marcuscom-ports-ff738afba201040a24503f435563e57fc2b56df1.tar.bz2 marcuscom-ports-ff738afba201040a24503f435563e57fc2b56df1.tar.lz marcuscom-ports-ff738afba201040a24503f435563e57fc2b56df1.tar.xz marcuscom-ports-ff738afba201040a24503f435563e57fc2b56df1.tar.zst marcuscom-ports-ff738afba201040a24503f435563e57fc2b56df1.zip |
-Sync w/ FreeBSD ports tree.
-Chase poppler-gtk's shared library version.
-Bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16094 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | graphics/gimp-app/Makefile | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index c15e73be6..1e094648b 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -3,12 +3,12 @@ # Whom: erich@FreeBSD.org # # $FreeBSD$ -# $MCom: ports/graphics/gimp-app/Makefile,v 1.56 2011/04/09 15:57:08 mezz Exp $ +# $MCom: ports/graphics/gimp-app/Makefile,v 1.57 2011/04/30 20:43:18 mezz Exp $ # PORTNAME= gimp-app DISTVERSION= 2.6.11 -PORTREVISION?= 4 +PORTREVISION?= 5 PORTEPOCH?= 1 CATEGORIES?= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ @@ -124,12 +124,11 @@ LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif CONFIGURE_ARGS+= --without-libexif .endif -.if defined(WITH_GVFS) || ${HAVE_GNOME:Mgvfs}!="" -LIB_DEPENDS+= gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring -USE_GNOME+= gvfs -. if ${HAVE_GNOME:Mlibgnomeui}!="" -USE_GNOME+= libgnomeui -. endif +.if defined(WITH_GVFS) +USE_GNOME+= gvfs +.else +LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl +CONFIGURE_ARGS+= --without-gvfs .endif .if defined(WITH_HELPBROWSER) @@ -156,7 +155,7 @@ CONFIGURE_ARGS+= --disable-mp .endif .if defined(WITH_POPPLER) -LIB_DEPENDS+= poppler-glib.5:${PORTSDIR}/graphics/poppler-gtk +LIB_DEPENDS+= poppler-glib.6:${PORTSDIR}/graphics/poppler-gtk PLIST_SUB+= POPPLER="" .else CONFIGURE_ARGS+= --without-poppler |