diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-01-07 14:43:11 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-01-07 14:43:11 +0000 |
commit | 24bce6e056c149dd378d4037aece66e49a080a10 (patch) | |
tree | 39e124d9784854ef550ebb66d8d0501c1889259a /editors/codelite | |
parent | 2018ddae97c2e3406691f0141c1bc14bc6d79587 (diff) | |
download | ports-24bce6e056c149dd378d4037aece66e49a080a10.tar.gz ports-24bce6e056c149dd378d4037aece66e49a080a10.zip |
Notes
Diffstat (limited to 'editors/codelite')
-rw-r--r-- | editors/codelite/Makefile | 4 | ||||
-rw-r--r-- | editors/codelite/files/patch-SpellChecker_CMakeLists.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/editors/codelite/Makefile b/editors/codelite/Makefile index d73ebfdd6206..b90b246bb841 100644 --- a/editors/codelite/Makefile +++ b/editors/codelite/Makefile @@ -3,7 +3,7 @@ PORTNAME= codelite PORTVERSION= 9.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors devel MAINTAINER= mokhi64@gmail.com @@ -12,7 +12,7 @@ COMMENT= Open Source IDE for C/C++ LICENSE= GPLv2+ RUN_DEPENDS= xterm:x11/xterm -LIB_DEPENDS+= libhunspell-1.5.so:textproc/hunspell +LIB_DEPENDS+= libhunspell-1.6.so:textproc/hunspell USE_GITHUB= yes GH_ACCOUNT= eranif diff --git a/editors/codelite/files/patch-SpellChecker_CMakeLists.txt b/editors/codelite/files/patch-SpellChecker_CMakeLists.txt index 61fae7302533..28bd16af9919 100644 --- a/editors/codelite/files/patch-SpellChecker_CMakeLists.txt +++ b/editors/codelite/files/patch-SpellChecker_CMakeLists.txt @@ -5,7 +5,7 @@ find_library(LIBHUNSPELL # Fedora doesn't create a hunspell->hunspell-1.3 symlink, so explicitly look for (the current) full name - NAMES hunspell hunspell-1.3 -+ NAMES hunspell hunspell-1.5 hunspell-1.4 hunspell-1.3 ++ NAMES hunspell-1.6 hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell PATH_SUFFIXES lib) find_path( HUNSPELL_H |