Date: Sat, 9 Dec 2017 13:36:33 +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: r455858 - head/games/funnyboat Message-ID: <201712091336.vB9DaXUc042876@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Dec 9 13:36:33 2017 New Revision: 455858 URL: https://svnweb.freebsd.org/changeset/ports/455858 Log: Add explicit FLAVOR to dependency (useful when using DEFAULT_VERSIONS=python=3.x) Modified: head/games/funnyboat/Makefile Modified: head/games/funnyboat/Makefile ============================================================================== --- head/games/funnyboat/Makefile Sat Dec 9 13:23:32 2017 (r455857) +++ head/games/funnyboat/Makefile Sat Dec 9 13:36:33 2017 (r455858) @@ -16,7 +16,7 @@ LICENSE_COMB= multi LICENSE_FILE_GPLv2= ${WRKSRC}/LICENSE-CODE.txt LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MEDIA.txt -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:devel/py-game +RUN_DEPENDS= ${PYGAME} WRKSRC= ${WRKDIR}/${PORTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712091336.vB9DaXUc042876>