aboutsummaryrefslogtreecommitdiff
path: root/devel/cppcheck
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-04-12 17:24:33 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-04-12 17:24:33 +0000
commit0a4ba19cd20e061667d128b3fdb2a960fe139429 (patch)
tree45b197b95b9e89f986814006830d8d330026ff8c /devel/cppcheck
parenta07038e2a4d87c76804b89934a816276f162f6d0 (diff)
downloadports-0a4ba19cd20e061667d128b3fdb2a960fe139429.tar.gz
ports-0a4ba19cd20e061667d128b3fdb2a960fe139429.zip
- Add missing python dependency (both build- and runtime)
- Fix shebang in python script Reported by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
Notes
Notes: svn path=/head/; revision=438396
Diffstat (limited to 'devel/cppcheck')
-rw-r--r--devel/cppcheck/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/cppcheck/Makefile b/devel/cppcheck/Makefile
index 75e26eff5065..4793f23cbeec 100644
--- a/devel/cppcheck/Makefile
+++ b/devel/cppcheck/Makefile
@@ -3,7 +3,7 @@
PORTNAME= cppcheck
PORTVERSION= 1.78
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= SF
@@ -15,7 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libtinyxml2.so:textproc/tinyxml2
-USES= compiler:c++11-lib execinfo gmake tar:bzip2
+USES= compiler:c++11-lib execinfo gmake python shebangfix tar:bzip2
+SHEBANG_FILES= htmlreport/cppcheck-htmlreport
USE_CXXSTD= c++11
ALL_TARGET= cppcheck