diff options
Diffstat (limited to 'textproc/goldendict/Makefile')
-rw-r--r-- | textproc/goldendict/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/goldendict/Makefile b/textproc/goldendict/Makefile index 66e7b865895b..bd33e316493d 100644 --- a/textproc/goldendict/Makefile +++ b/textproc/goldendict/Makefile @@ -3,7 +3,7 @@ PORTNAME= goldendict PORTVERSION= 1.0.1 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:C|(.*)\.[0-9]*$|\1|}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -16,7 +16,7 @@ LICENSE= GPLv3 DEPRECATED= Qt4 has been EOL since december 2015 EXPIRATION_DATE= 2019-03-15 -LIB_DEPENDS= libhunspell-1.6.so:textproc/hunspell \ +LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell \ libvorbis.so:audio/libvorbis NO_WRKSUBDIR= yes |