diff options
author | riggs <riggs@FreeBSD.org> | 2016-08-14 15:39:36 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2016-08-14 15:39:36 +0800 |
commit | 0c09b21f12715ad0eed030c5d7372c600ecb53f6 (patch) | |
tree | e5b48e69a2f3643c8545206f7336f5bb8357d869 /editors | |
parent | b4bef431483968ca54149cf8fb4a3e8bbd72f540 (diff) | |
download | freebsd-ports-gnome-0c09b21f12715ad0eed030c5d7372c600ecb53f6.tar.gz freebsd-ports-gnome-0c09b21f12715ad0eed030c5d7372c600ecb53f6.tar.zst freebsd-ports-gnome-0c09b21f12715ad0eed030c5d7372c600ecb53f6.zip |
Fix plist, fix missing dependency
Details:
- Add missing LIB_DEPENDS to hunspell, add USE_GNOME
- Fix plist: Add missing entries for clang plugins (non-default OPTIONs)
- Bump PORTREVISION
PR: 211587
Submitted by: matthias@petermann-it.de
Reviewed by: w.schwarzenfeld@utanet.at, mokhi64@gmail.com (maintainer)
Approved by: mokhi64@gmail.com (maintainer)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/codelite/Makefile | 3 | ||||
-rw-r--r-- | editors/codelite/pkg-plist | 10 |
2 files changed, 13 insertions, 0 deletions
diff --git a/editors/codelite/Makefile b/editors/codelite/Makefile index be9eec40dfdc..2bd403b7e5f9 100644 --- a/editors/codelite/Makefile +++ b/editors/codelite/Makefile @@ -3,6 +3,7 @@ PORTNAME= codelite PORTVERSION= 9.2 +PORTREVISION= 1 CATEGORIES= editors devel MAINTAINER= mokhi64@gmail.com @@ -11,12 +12,14 @@ COMMENT= Open Source IDE for C/C++ LICENSE= GPLv2+ RUN_DEPENDS= xterm:x11/xterm +LIB_DEPENDS+= libhunspell-1.3.so:textproc/hunspell USE_GITHUB= yes GH_ACCOUNT= eranif USES= cmake:outsource compiler:c++11-lib dos2unix execinfo gettext \ pathfix shebangfix sqlite +USE_GNOME+= cairo gtk20 DOS2UNIX_GLOB= *.cpp *.txt SHEBANG_FILES= Runtime/codelite_xterm bash_CMD= /bin/sh diff --git a/editors/codelite/pkg-plist b/editors/codelite/pkg-plist index db85d8a443cd..bf93b246c110 100644 --- a/editors/codelite/pkg-plist +++ b/editors/codelite/pkg-plist @@ -9,6 +9,16 @@ bin/codelite_fix_files bin/codelite_indexer bin/codelite_kill_children bin/codelite_xterm +%%CLANG34%%bin/codelite-lldb +%%CLANG34%%lib/codelite/LLDBDebugger.so +%%CLANG35%%bin/codelite-lldb +%%CLANG35%%lib/codelite/LLDBDebugger.so +%%CLANG36%%bin/codelite-lldb +%%CLANG36%%lib/codelite/LLDBDebugger.so +%%CLANG37%%bin/codelite-lldb +%%CLANG37%%lib/codelite/LLDBDebugger.so +%%CLANG38%%bin/codelite-lldb +%%CLANG38%%lib/codelite/LLDBDebugger.so lib/codelite/CMakePlugin.so lib/codelite/CallGraph.so lib/codelite/CodeFormatter.so |