diff options
Diffstat (limited to 'editors/textroom/Makefile')
-rw-r--r-- | editors/textroom/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/textroom/Makefile b/editors/textroom/Makefile index 1087aa116f77..e50c93c627ca 100644 --- a/editors/textroom/Makefile +++ b/editors/textroom/Makefile @@ -3,7 +3,7 @@ PORTNAME= textroom PORTVERSION= 0.8.2 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= editors MASTER_SITES= SF @@ -16,7 +16,7 @@ DEPRECATED= Qt4 has been EOL since december 2015 EXPIRATION_DATE= 2019-03-15 LIB_DEPENDS= libcurl.so:ftp/curl \ - libhunspell-1.6.so:textproc/hunspell \ + libhunspell-1.7.so:textproc/hunspell \ libxml++-2.6.so:textproc/libxml++26 USES= compiler:c++11-lang desktop-file-utils pkgconfig qmake qt:4 |