svn commit: r456180 - head/games/whichwayisup

Antoine Brodin antoine at FreeBSD.org
Tue Dec 12 18:34:36 UTC 2017


Author: antoine
Date: Tue Dec 12 18:34:34 2017
New Revision: 456180
URL: https://svnweb.freebsd.org/changeset/ports/456180

Log:
  Fix packaging with python3

Modified:
  head/games/whichwayisup/Makefile

Modified: head/games/whichwayisup/Makefile
==============================================================================
--- head/games/whichwayisup/Makefile	Tue Dec 12 18:17:40 2017	(r456179)
+++ head/games/whichwayisup/Makefile	Tue Dec 12 18:34:34 2017	(r456180)
@@ -22,6 +22,7 @@ RUN_DEPENDS=	${PYGAME}
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 USES=		dos2unix python zip
+USE_PYTHON=	py3kplist
 DOS2UNIX_REGEX=	.*.[^pt][^nt][^gf]
 INSTALLS_ICONS=	yes
 


More information about the svn-ports-head mailing list