svn commit: r455858 - head/games/funnyboat
Antoine Brodin
antoine at FreeBSD.org
Sat Dec 9 13:36:35 UTC 2017
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}
More information about the svn-ports-all
mailing list