diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-05-27 15:25:47 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-05-27 15:25:47 +0000 |
commit | 4b247a711e79d1ca7a73287b0dd8ecec4cc2e1d5 (patch) | |
tree | 2c06b1081ece7927f539221e648f5d1a6a943444 /graphics/gimp-app-devel | |
parent | - Update to 0.6.15 (diff) |
- Chase libexif update
Notes
Notes:
svn path=/head/; revision=192044
Diffstat (limited to 'graphics/gimp-app-devel')
-rw-r--r-- | graphics/gimp-app-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp-app-devel/Makefile b/graphics/gimp-app-devel/Makefile index 42b5e46239a3..2df88ca63d3d 100644 --- a/graphics/gimp-app-devel/Makefile +++ b/graphics/gimp-app-devel/Makefile @@ -8,7 +8,7 @@ PORTNAME= gimp-app PORTVERSION= 2.3.16 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH?= 1 CATEGORIES?= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ @@ -24,7 +24,7 @@ DISTNAME= gimp-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= A GNU Image Manipulation Program development version -LIB_DEPENDS= exif.13:${PORTSDIR}/graphics/libexif \ +LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif \ wmf.2:${PORTSDIR}/graphics/libwmf \ poppler-glib.1:${PORTSDIR}/graphics/poppler-gtk \ aa.1:${PORTSDIR}/graphics/aalib \ |