diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-05-27 23:25:47 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-05-27 23:25:47 +0800 |
commit | 4b247a711e79d1ca7a73287b0dd8ecec4cc2e1d5 (patch) | |
tree | 2c06b1081ece7927f539221e648f5d1a6a943444 /editors/calligra | |
parent | f3106d4fc60bff6287fb91ff7bb02eec8574456c (diff) | |
download | freebsd-ports-gnome-4b247a711e79d1ca7a73287b0dd8ecec4cc2e1d5.tar.gz freebsd-ports-gnome-4b247a711e79d1ca7a73287b0dd8ecec4cc2e1d5.tar.zst freebsd-ports-gnome-4b247a711e79d1ca7a73287b0dd8ecec4cc2e1d5.zip |
- Chase libexif update
Diffstat (limited to 'editors/calligra')
-rw-r--r-- | editors/calligra/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index 42601fed4142..4648c3942bcc 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -7,7 +7,7 @@ PORTNAME= koffice PORTVERSION= 1.6.2 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 2 CATEGORIES= editors kde MASTER_SITES= ${MASTER_SITE_KDE} @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libpqxx.a:${PORTSDIR}/databases/postgresql-libpq LIB_DEPENDS= GraphicsMagick++:${PORTSDIR}/graphics/GraphicsMagick \ art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl \ aspell:${PORTSDIR}/textproc/aspell \ - exif.13:${PORTSDIR}/graphics/libexif \ + exif.12:${PORTSDIR}/graphics/libexif \ fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ freetype:${PORTSDIR}/print/freetype2 \ lcms:${PORTSDIR}/graphics/lcms \ |