Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 May 2019 15:24:03 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r500739 - head/devel/py-buildbot-console-view
Message-ID:  <201905031524.x43FO3T7002050@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Fri May  3 15:24:03 2019
New Revision: 500739
URL: https://svnweb.freebsd.org/changeset/ports/500739

Log:
  Revert r500648.
  
  This was a mistake on my part and seems to be an error not related to CC or CXX.
  
  Approved by:	koobs (via email)

Modified:
  head/devel/py-buildbot-console-view/Makefile

Modified: head/devel/py-buildbot-console-view/Makefile
==============================================================================
--- head/devel/py-buildbot-console-view/Makefile	Fri May  3 14:42:12 2019	(r500738)
+++ head/devel/py-buildbot-console-view/Makefile	Fri May  3 15:24:03 2019	(r500739)
@@ -16,7 +16,7 @@ LICENSE=	GPLv2
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg@${PY_FLAVOR}
 
-USES=		compiler:c11 python:3.5+
+USES=		python:3.5+
 USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes



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