diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-25 06:46:22 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-25 06:46:22 +0000 |
commit | 32adaf6f0876791ff13e6b5807e8ce1167f6981c (patch) | |
tree | c24dce237dd79af17939b02f560bcfcfab87c67c /editors/codelite | |
parent | 67930c6f7513c027eaa4404189d634f43d2c6872 (diff) | |
download | ports-32adaf6f0876791ff13e6b5807e8ce1167f6981c.tar.gz ports-32adaf6f0876791ff13e6b5807e8ce1167f6981c.zip |
Notes
Diffstat (limited to 'editors/codelite')
-rw-r--r-- | editors/codelite/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/codelite/Makefile b/editors/codelite/Makefile index 72225f26c6e8..e96a5913b069 100644 --- a/editors/codelite/Makefile +++ b/editors/codelite/Makefile @@ -23,10 +23,8 @@ CLANG_DESC= Clang code-completion USE_WX= 2.9 WX_UNICODE= yes USE_DOS2UNIX= *.cpp -USES= gettext +USES= gettext cmake:outsource USE_LDCONFIG= lib/codelite -USE_CMAKE= yes -CMAKE_OUTSOURCE=yes CMAKE_ARGS+= -DIS_FREEBSD=1 \ -DPREFIX=${PREFIX} |