diff options
author | pav <pav@FreeBSD.org> | 2007-05-27 23:25:47 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-05-27 23:25:47 +0800 |
commit | b5bfb32288db5fbaa78ee04311022c4e9783ca1e (patch) | |
tree | 78d6bd162f9585be5f343e861311219e8b5eac70 /editors/koffice-kde3 | |
parent | 427c098d00a0a1f08c407fb2485d7b42b0bef73f (diff) | |
download | freebsd-ports-gnome-b5bfb32288db5fbaa78ee04311022c4e9783ca1e.tar.gz freebsd-ports-gnome-b5bfb32288db5fbaa78ee04311022c4e9783ca1e.tar.zst freebsd-ports-gnome-b5bfb32288db5fbaa78ee04311022c4e9783ca1e.zip |
- Chase libexif update
Diffstat (limited to 'editors/koffice-kde3')
-rw-r--r-- | editors/koffice-kde3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/koffice-kde3/Makefile b/editors/koffice-kde3/Makefile index 42601fed4142..4648c3942bcc 100644 --- a/editors/koffice-kde3/Makefile +++ b/editors/koffice-kde3/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 \ |