aboutsummaryrefslogtreecommitdiff
path: root/editors/codelite
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-01-18 21:14:41 +0000
committerJan Beich <jbeich@FreeBSD.org>2019-01-18 21:14:41 +0000
commit91ea5c3247ec607f48809a35593bf5580ed7d455 (patch)
treef9b29d3f811865ffb154be8b5af915119e00ed23 /editors/codelite
parente44ca037001bbbd183d7bc64c183909da88a3d7d (diff)
downloadports-91ea5c3247ec607f48809a35593bf5580ed7d455.tar.gz
ports-91ea5c3247ec607f48809a35593bf5580ed7d455.zip
Notes
Diffstat (limited to 'editors/codelite')
-rw-r--r--editors/codelite/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/codelite/Makefile b/editors/codelite/Makefile
index 3058cb0085d4..b9e3eacf63e7 100644
--- a/editors/codelite/Makefile
+++ b/editors/codelite/Makefile
@@ -3,7 +3,7 @@
PORTNAME= codelite
PORTVERSION= 12.0
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= editors devel
MAINTAINER= mmokhi@FreeBSD.org
@@ -12,7 +12,7 @@ COMMENT= Open Source IDE for C/C++
LICENSE= GPLv2+
RUN_DEPENDS= xterm:x11/xterm
-LIB_DEPENDS+= libhunspell-1.6.so:textproc/hunspell
+LIB_DEPENDS+= libhunspell-1.7.so:textproc/hunspell
BROKEN_armv6= fails to configure: has leading or trailing whitespace. This is now an error according to policy CMP0004