svn commit: r455534 - head/devel/doxygen

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Dec 4 20:12:22 UTC 2017


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 at 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


More information about the svn-ports-all mailing list