diff options
Diffstat (limited to 'www/otter-browser/Makefile')
-rw-r--r-- | www/otter-browser/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/otter-browser/Makefile b/www/otter-browser/Makefile index aa1c53c8fd96..d44e517b2b35 100644 --- a/www/otter-browser/Makefile +++ b/www/otter-browser/Makefile @@ -3,7 +3,7 @@ PORTNAME= otter-browser DISTVERSIONPREFIX= v DISTVERSION= 1.0.01 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= kde@FreeBSD.org @@ -12,7 +12,7 @@ COMMENT= Browser based on Qt 5 LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell +LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell USES= cmake compiler:c++11-lib desktop-file-utils qt:5 USE_QT= concurrent core dbus declarative gui multimedia network printsupport \ |