Fix DEPENDS
This commit is contained in:
parent
0824074348
commit
c04ce9e617
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=410698
1 changed files with 3 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= include-what-you-use
|
||||
PORTVERSION= 0.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= koobs@FreeBSD.org
|
||||
|
@ -11,8 +12,8 @@ COMMENT= Tool for use with clang to analyze #includes in C and C++ source files
|
|||
LICENSE= NCSA
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
|
||||
|
||||
BUILD_DEPENDS= clang37:${PORTSDIR}/lang/clang37
|
||||
RUN_DEPENDS= clang37:${PORTSDIR}/lang/clang37
|
||||
BUILD_DEPENDS= clang37:${PORTSDIR}/devel/llvm37
|
||||
RUN_DEPENDS= clang37:${PORTSDIR}/devel/llvm37
|
||||
|
||||
USES= cmake:outsource ncurses python:run
|
||||
USE_GITHUB= yes
|
||||
|
|
Loading…
Reference in a new issue