svn commit: r489348 - head/x11-toolkits/gtkada

Antoine Brodin antoine at FreeBSD.org
Sat Jan 5 15:34:07 UTC 2019


Author: antoine
Date: Sat Jan  5 15:34:06 2019
New Revision: 489348
URL: https://svnweb.freebsd.org/changeset/ports/489348

Log:
  Fix build with DEFAULT_VERSIONS=python=3.x
  
  PR:		234633

Modified:
  head/x11-toolkits/gtkada/Makefile

Modified: head/x11-toolkits/gtkada/Makefile
==============================================================================
--- head/x11-toolkits/gtkada/Makefile	Sat Jan  5 15:14:26 2019	(r489347)
+++ head/x11-toolkits/gtkada/Makefile	Sat Jan  5 15:34:06 2019	(r489348)
@@ -34,7 +34,8 @@ OPTIONS_DEFINE=		DOCS NLS EXAMPLES
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDOCS}
-BUILD_DEPENDS+=	sphinx-build:textproc/py-sphinx
+BUILD_DEPENDS+=	sphinx-build-2.7:textproc/py-sphinx at py27
+BINARY_ALIAS+=	sphinx-build=sphinx-build-2.7
 .endif
 
 .if ${PORT_OPTIONS:MNLS}


More information about the svn-ports-all mailing list