diff options
author | ale <ale@FreeBSD.org> | 2008-12-17 15:35:12 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2008-12-17 15:35:12 +0800 |
commit | 3235be17e97245743226409498c9de64c76e0b57 (patch) | |
tree | 080cbe4548e87c757b1bee427f70022ebde18ca6 /graphics/kipi-plugins-kde4 | |
parent | ae9b06338704810a72a7bfeda8ca57fde808e227 (diff) | |
download | freebsd-ports-gnome-3235be17e97245743226409498c9de64c76e0b57.tar.gz freebsd-ports-gnome-3235be17e97245743226409498c9de64c76e0b57.tar.zst freebsd-ports-gnome-3235be17e97245743226409498c9de64c76e0b57.zip |
Chase libkexiv2 and bump PORTREVISION.
Diffstat (limited to 'graphics/kipi-plugins-kde4')
-rw-r--r-- | graphics/kipi-plugins-kde4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/kipi-plugins-kde4/Makefile b/graphics/kipi-plugins-kde4/Makefile index 90aa52205ed2..ff986fc1fc90 100644 --- a/graphics/kipi-plugins-kde4/Makefile +++ b/graphics/kipi-plugins-kde4/Makefile @@ -7,6 +7,7 @@ PORTNAME= kipi-plugins PORTVERSION= 0.1.7 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -16,7 +17,7 @@ MAINTAINER= ale@FreeBSD.org COMMENT= KDE Image Plugin Interface plugins LIB_DEPENDS= kipi.2:${PORTSDIR}/graphics/libkipi \ - kexiv2.4:${PORTSDIR}/graphics/libkexiv2 \ + kexiv2.5:${PORTSDIR}/graphics/libkexiv2 \ kdcraw.4:${PORTSDIR}/graphics/libkdcraw OPTIONS= ACQUIREIMAGES "scanner/screenshot plugin" on \ |