diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2011-06-29 16:12:14 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2011-06-29 16:12:14 +0000 |
commit | b5c7fd06f1c5b32c008078342f9f51c74d2faafe (patch) | |
tree | bd6b95b36ed3a703b9f5971079bfeb86a420e46a | |
parent | 26cbfea4771efc7ceee8cd5eb29540f1fa28af5a (diff) |
Notes
-rw-r--r-- | graphics/gimp-app/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 45b8bdbabd61..9cfda395f487 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -8,7 +8,7 @@ PORTNAME= gimp-app DISTVERSION= 2.6.11 -PORTREVISION?= 2 +PORTREVISION?= 3 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/gnome-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) |