Date: Fri, 29 Jun 2018 21:28:59 +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: r473581 - head/www/twms Message-ID: <201806292128.w5TLSxpA030552@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Fri Jun 29 21:28:59 2018 New Revision: 473581 URL: https://svnweb.freebsd.org/changeset/ports/473581 Log: twms is not compatible with python3 Modified: head/www/twms/Makefile Modified: head/www/twms/Makefile ============================================================================== --- head/www/twms/Makefile Fri Jun 29 21:28:57 2018 (r473580) +++ head/www/twms/Makefile Fri Jun 29 21:28:59 2018 (r473581) @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyproj>0:graphics/ USE_GITHUB= yes GH_ACCOUNT= Komzpa -USES= python +USES= python:2.7 USE_PYTHON= distutils py3kplist optsuffix NO_ARCH= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806292128.w5TLSxpA030552>