Date: Sun, 15 Dec 2013 13:21:13 +0000 (UTC) From: Marcus von Appen <mva@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336527 - head/games/pykawari Message-ID: <201312151321.rBFDLDZf017092@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mva Date: Sun Dec 15 13:21:13 2013 New Revision: 336527 URL: http://svnweb.freebsd.org/changeset/ports/336527 Log: - Fix the usage of 'python' to get rid of the implicit lang/python dependency Reported by: exp-run (PR 184591) Approved by: portmgr (blanket) Modified: head/games/pykawari/Makefile (contents, props changed) Modified: head/games/pykawari/Makefile ============================================================================== --- head/games/pykawari/Makefile Sun Dec 15 13:20:00 2013 (r336526) +++ head/games/pykawari/Makefile Sun Dec 15 13:21:13 2013 (r336527) @@ -34,6 +34,10 @@ NO_STAGE= yes CFLAGS+= -fPIC .endif +post-patch: + @${REINPLACE_CMD} -e 's|shell python|shell ${PYTHON_CMD}|' \ + ${WRKSRC}/build/src/gcc.mak + do-build: (cd ${WRKSRC}/build/src; CFLAGS="${CFLAGS}" ${GMAKE} -f gcc.mak PYTHONBASE=${PYTHONBASE} PYTHON_VERSION=${PYTHON_VERSION} PTHREAD_LIBS=${PTHREAD_LIBS} CXX=${CXX})
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312151321.rBFDLDZf017092>