Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Dec 2017 12:12:02 +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: r455849 - head/devel/fb303
Message-ID:  <201712091212.vB9CC2ua008867@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Dec  9 12:12:01 2017
New Revision: 455849
URL: https://svnweb.freebsd.org/changeset/ports/455849

Log:
  fb303 is not compatible with python3

Modified:
  head/devel/fb303/Makefile

Modified: head/devel/fb303/Makefile
==============================================================================
--- head/devel/fb303/Makefile	Sat Dec  9 12:01:12 2017	(r455848)
+++ head/devel/fb303/Makefile	Sat Dec  9 12:12:01 2017	(r455849)
@@ -22,7 +22,7 @@ AUTOMAKE_ARGS=	-a
 CONFIGURE_ARGS=	PY_PREFIX="${PREFIX}"
 USE_AUTOTOOLS=	autoconf autoheader:env aclocal automake
 
-USES=		compiler gmake perl5 python
+USES=		compiler gmake perl5 python:2.7
 USE_PERL5=	run
 WRKSRC=		${WRKDIR}/${DISTNAME}/contrib/fb303
 



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