diff --git a/textproc/uncrustify/Makefile b/textproc/uncrustify/Makefile index a7ec954f70b2..a30f21d586bc 100644 --- a/textproc/uncrustify/Makefile +++ b/textproc/uncrustify/Makefile @@ -1,32 +1,32 @@ # Created by: Dmitry Marakasov PORTNAME= uncrustify PORTVERSION= 0.72.0 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= textproc MAINTAINER= amdmi3@FreeBSD.org COMMENT= Highly configurable source code beautifier LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes -USES= cmake compiler:c++11-lang +USES= cmake compiler:c++11-lang python:build CMAKE_ARGS= -DNoGitVersionString:BOOL=TRUE TEST_TARGET= test PORTDOCS= * PORTEXAMPLES= * PLIST_FILES= bin/uncrustify man/man1/uncrustify.1.gz OPTIONS_DEFINE= DOCS EXAMPLES post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${STAGEDIR}${DOCSDIR}/ cd ${WRKSRC}/documentation && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/ .include