Date: Mon, 4 Dec 2017 20:12:21 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455534 - head/devel/doxygen Message-ID: <201712042012.vB4KCLw7079299@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Dec 4 20:12:21 2017 New Revision: 455534 URL: https://svnweb.freebsd.org/changeset/ports/455534 Log: - Allow build with Python 3 PR: 224085 Approved by: cyberbotx@cyberbotx.com (maintainer) Modified: head/devel/doxygen/Makefile Modified: head/devel/doxygen/Makefile ============================================================================== --- head/devel/doxygen/Makefile Mon Dec 4 20:07:54 2017 (r455533) +++ head/devel/doxygen/Makefile Mon Dec 4 20:12:21 2017 (r455534) @@ -16,7 +16,7 @@ COMMENT= Documentation system for C, C++, and other la LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= bison cmake:outsource,noninja iconv python:2 shebangfix +USES= bison cmake:outsource,noninja iconv python shebangfix ALL_TARGET= all CMAKE_ARGS+= -DDOC_INSTALL_DIR:PATH=${DOCSDIR_REL} # Parallel jobs breaks when the DOCS option is on
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712042012.vB4KCLw7079299>