diff options
author | ahze <ahze@FreeBSD.org> | 2005-04-04 13:56:08 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-04-04 13:56:08 +0800 |
commit | 6042ebd0390559d2d1584224d68da440ac9e02b9 (patch) | |
tree | d0096eff022f67ad7321685942c58319936a063c /graphics/gimp | |
parent | ced30282a1ca631bed4a84b50450e1a4600d5f54 (diff) | |
download | freebsd-ports-gnome-6042ebd0390559d2d1584224d68da440ac9e02b9.tar.gz freebsd-ports-gnome-6042ebd0390559d2d1584224d68da440ac9e02b9.tar.zst freebsd-ports-gnome-6042ebd0390559d2d1584224d68da440ac9e02b9.zip |
- Chase libexif update
- Bump PORTREVISION
Diffstat (limited to 'graphics/gimp')
-rw-r--r-- | graphics/gimp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 054a80168410..3534467ae775 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -7,7 +7,7 @@ PORTNAME= gimp PORTVERSION= 2.2.4 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ @@ -73,7 +73,7 @@ PLIST_SUB+= AA="" .if defined(WITHOUT_EXIF) CONFIGURE_ARGS+= --without-libexif .else -LIB_DEPENDS+= exif.10:${PORTSDIR}/graphics/libexif +LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif .endif .if defined(WITHOUT_MNG) |