diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-12-03 22:24:36 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-12-03 22:24:36 +0000 |
commit | 70b03eae74a269dd8c450c0414ae8c27e719b128 (patch) | |
tree | a8ed8d1d00fc9115ded6faf82f4509c256a9166a /www/qupzilla-qt5/Makefile | |
parent | ae0db8070bc48689b61fd5dee8d3b330366634ae (diff) | |
download | ports-70b03eae74a269dd8c450c0414ae8c27e719b128.tar.gz ports-70b03eae74a269dd8c450c0414ae8c27e719b128.zip |
Notes
Diffstat (limited to 'www/qupzilla-qt5/Makefile')
-rw-r--r-- | www/qupzilla-qt5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/qupzilla-qt5/Makefile b/www/qupzilla-qt5/Makefile index 461cd19e3681..004e330fe029 100644 --- a/www/qupzilla-qt5/Makefile +++ b/www/qupzilla-qt5/Makefile @@ -2,6 +2,7 @@ PORTNAME= qupzilla PORTVERSION= 1.8.9 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://github.com/QupZilla/${PORTNAME}/releases/download/v${PORTVERSION}/ PKGNAMESUFFIX= -qt5 @@ -12,7 +13,7 @@ COMMENT= Web browser based on WebKit engine and Qt Framework LICENSE= GPLv3 -LIB_DEPENDS= libhunspell-1.3.so:textproc/hunspell +LIB_DEPENDS= libhunspell-1.5.so:textproc/hunspell CONFLICTS_INSTALL= ${PORTNAME}-qt4* |