svn commit: r455849 - head/devel/fb303
Antoine Brodin
antoine at FreeBSD.org
Sat Dec 9 12:12:03 UTC 2017
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
More information about the svn-ports-all
mailing list