diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-04-14 21:16:32 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-04-14 21:16:32 +0800 |
commit | f62dcea10e1cf8cc7d2c50b90bbec43290326abd (patch) | |
tree | 37bde27590c50910f85a053a46812b4e534b01c9 /graphics/kipi-plugin-imgurexport | |
parent | 20c9837f8ca98f1b01835fd50b6dcd140715b045 (diff) | |
download | freebsd-ports-graphics-f62dcea10e1cf8cc7d2c50b90bbec43290326abd.tar.gz freebsd-ports-graphics-f62dcea10e1cf8cc7d2c50b90bbec43290326abd.tar.zst freebsd-ports-graphics-f62dcea10e1cf8cc7d2c50b90bbec43290326abd.zip |
devel/qjson, devel-qjson-qt5 create flavors
* additionally, give the maintainership to kde@.
Approved by: portmgr (mat), avilla (timeout)
Differential Revision: https://reviews.freebsd.org/D14650
Diffstat (limited to 'graphics/kipi-plugin-imgurexport')
-rw-r--r-- | graphics/kipi-plugin-imgurexport/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/kipi-plugin-imgurexport/Makefile b/graphics/kipi-plugin-imgurexport/Makefile index 13b54664cf5..fffd518eb3e 100644 --- a/graphics/kipi-plugin-imgurexport/Makefile +++ b/graphics/kipi-plugin-imgurexport/Makefile @@ -2,13 +2,13 @@ PORTNAME= kipi-plugin-${KIPI_PLUGIN} PORTVERSION= ${DIGIKAM_VER} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org COMMENT= ${${KIPI_PLUGIN}_DESC} -LIB_DEPENDS= libqjson.so:devel/qjson +LIB_DEPENDS= libqjson.so:devel/qjson@qt4 KIPI_PLUGIN= imgurexport .include "${.CURDIR}/../digikam-kde4/Makefile.common" |