summaryrefslogtreecommitdiff
path: root/finance/skrooge
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2019-03-16 20:16:24 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2019-03-16 20:16:24 +0000
commite7527e8c5937d9c55c2ced375acfd7497c70fc14 (patch)
tree822b0bc7f9dca1817f29e51b2a298a08f24897f9 /finance/skrooge
parentFix MOVED after r495951. (diff)
devel/qca: remove flavors (Qt4 deprecation)
Notes
Notes: svn path=/head/; revision=495954
Diffstat (limited to 'finance/skrooge')
-rw-r--r--finance/skrooge/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/finance/skrooge/Makefile b/finance/skrooge/Makefile
index 6604e737ff53..9e4a5eedd4aa 100644
--- a/finance/skrooge/Makefile
+++ b/finance/skrooge/Makefile
@@ -2,6 +2,7 @@
PORTNAME= skrooge
DISTVERSION= 2.18.0
+PORTREVISION= 1
CATEGORIES= finance kde
MASTER_SITES= KDE/stable/${PORTNAME}
DIST_SUBDIR= KDE/${PORTNAME}
@@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= xsltproc:textproc/libxslt
LIB_DEPENDS= libofx.so:finance/libofx \
- libqca-qt5.so:devel/qca@qt5 \
+ libqca-qt5.so:devel/qca \
libsqlcipher.so:databases/sqlcipher
USES= cmake compiler:c++11-lib desktop-file-utils \