diff options
Diffstat (limited to 'editors/focuswriter')
-rw-r--r-- | editors/focuswriter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/focuswriter/Makefile b/editors/focuswriter/Makefile index ebacf36..d8b6cd0 100644 --- a/editors/focuswriter/Makefile +++ b/editors/focuswriter/Makefile @@ -4,6 +4,7 @@ PORTNAME= focuswriter PORTVERSION= 1.6.3 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= editors MAINTAINER= lightside@gmx.com @@ -14,7 +15,7 @@ LICENSE_COMB= multi LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING LICENSE_FILE_LGPL3= ${WRKSRC}/resources/images/icons/oxygen/COPYING -LIB_DEPENDS= libhunspell-1.5.so:textproc/hunspell +LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell USE_GITHUB= yes GH_ACCOUNT= gottcode |