Date: Tue, 12 Dec 2017 18:34:35 +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: r456180 - head/games/whichwayisup Message-ID: <201712121834.vBCIYZ5F004452@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712121834.vBCIYZ5F004452>