svn commit: r493040 - head/net/ceph13

Antoine Brodin antoine at FreeBSD.org
Sat Feb 16 12:58:47 UTC 2019


Author: antoine
Date: Sat Feb 16 12:58:46 2019
New Revision: 493040
URL: https://svnweb.freebsd.org/changeset/ports/493040

Log:
  Unbreak with DEFAULT_VERSIONS=python=3.6
  
  PR:		234633

Modified:
  head/net/ceph13/Makefile

Modified: head/net/ceph13/Makefile
==============================================================================
--- head/net/ceph13/Makefile	Sat Feb 16 12:14:57 2019	(r493039)
+++ head/net/ceph13/Makefile	Sat Feb 16 12:58:46 2019	(r493040)
@@ -20,7 +20,7 @@ BUILD_DEPENDS=	\
 	bash:shells/bash \
 	git:devel/git \
 	yasm:devel/yasm \
-	sphinx-build:textproc/py-sphinx@${PY_FLAVOR} \
+	sphinx-build:textproc/py-sphinx \
 	gperf:devel/gperf \
 	${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops
 LIB_DEPENDS=	\


More information about the svn-ports-all mailing list