Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Feb 2019 12:58:46 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493040 - head/net/ceph13
Message-ID:  <201902161258.x1GCwkIP060308@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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=	\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902161258.x1GCwkIP060308>