diff options
author | Alex Dupre <ale@FreeBSD.org> | 2008-04-22 06:40:01 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2008-04-22 06:40:01 +0000 |
commit | 2667bb27f2a596105db735be19573955248619b0 (patch) | |
tree | 39b03861ccbd439b2f5dacdcfcd2eb2c56b58300 /graphics/kipi-plugins/Makefile | |
parent | c76d7a76a983060900c8951e9c8107333c976821 (diff) |
Notes
Diffstat (limited to 'graphics/kipi-plugins/Makefile')
-rw-r--r-- | graphics/kipi-plugins/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/kipi-plugins/Makefile b/graphics/kipi-plugins/Makefile index f6f32bd069d1..ba865959ad0f 100644 --- a/graphics/kipi-plugins/Makefile +++ b/graphics/kipi-plugins/Makefile @@ -7,6 +7,7 @@ PORTNAME= kipi-plugins PORTVERSION= 0.1.5 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -15,8 +16,8 @@ MASTER_SITE_SUBDIR= kipi MAINTAINER= ale@FreeBSD.org COMMENT= KDE Image Plugin Interface plugins -LIB_DEPENDS= kipi.1:${PORTSDIR}/graphics/libkipi \ - kexiv2.3:${PORTSDIR}/graphics/libkexiv2 \ +LIB_DEPENDS= kipi.2:${PORTSDIR}/graphics/libkipi \ + kexiv2.4:${PORTSDIR}/graphics/libkexiv2 \ kdcraw.3:${PORTSDIR}/graphics/libkdcraw OPTIONS= ACQUIREIMAGES "scanner/screenshot plugin" on \ |