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 /editors/codelite | |
parent | ae0db8070bc48689b61fd5dee8d3b330366634ae (diff) | |
download | ports-70b03eae74a269dd8c450c0414ae8c27e719b128.tar.gz ports-70b03eae74a269dd8c450c0414ae8c27e719b128.zip |
Notes
Diffstat (limited to 'editors/codelite')
-rw-r--r-- | editors/codelite/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/codelite/Makefile b/editors/codelite/Makefile index 2bd403b7e5f9..d73ebfdd6206 100644 --- a/editors/codelite/Makefile +++ b/editors/codelite/Makefile @@ -3,7 +3,7 @@ PORTNAME= codelite PORTVERSION= 9.2 -PORTREVISION= 1 +PORTREVISION= 2 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.3.so:textproc/hunspell +LIB_DEPENDS+= libhunspell-1.5.so:textproc/hunspell USE_GITHUB= yes GH_ACCOUNT= eranif |