summaryrefslogtreecommitdiff
path: root/graphics/gimp
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-04-04 05:56:08 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-04-04 05:56:08 +0000
commit3a81f8f301f289187fc000acdd1307d89b27052b (patch)
treee668483b7c8c3d2b98dec9d4b09304f9083c8329 /graphics/gimp
parent- Chase libexif update (diff)
- Chase libexif update
- Bump PORTREVISION
Notes
Notes: svn path=/head/; revision=132412
Diffstat (limited to 'graphics/gimp')
-rw-r--r--graphics/gimp/Makefile4
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)