svn commit: r410698 - head/devel/include-what-you-use

Antoine Brodin antoine at FreeBSD.org
Wed Mar 9 11:12:06 UTC 2016


Author: antoine
Date: Wed Mar  9 11:12:04 2016
New Revision: 410698
URL: https://svnweb.freebsd.org/changeset/ports/410698

Log:
  Fix DEPENDS

Modified:
  head/devel/include-what-you-use/Makefile

Modified: head/devel/include-what-you-use/Makefile
==============================================================================
--- head/devel/include-what-you-use/Makefile	Wed Mar  9 10:57:37 2016	(r410697)
+++ head/devel/include-what-you-use/Makefile	Wed Mar  9 11:12:04 2016	(r410698)
@@ -3,6 +3,7 @@
 
 PORTNAME=	include-what-you-use
 PORTVERSION=	0.5
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	koobs at FreeBSD.org
@@ -11,8 +12,8 @@ COMMENT=	Tool for use with clang to anal
 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


More information about the svn-ports-head mailing list