Date: Sun, 24 Nov 2013 12:29:14 +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: r334720 - head/databases/hk_classes Message-ID: <201311241229.rAOCTEDX076435@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mva Date: Sun Nov 24 12:29:13 2013 New Revision: 334720 URL: http://svnweb.freebsd.org/changeset/ports/334720 Log: - Fix the usage of 'python' to get rid of the implicit lang/python dependency Modified: head/databases/hk_classes/Makefile Modified: head/databases/hk_classes/Makefile ============================================================================== --- head/databases/hk_classes/Makefile Sun Nov 24 12:05:33 2013 (r334719) +++ head/databases/hk_classes/Makefile Sun Nov 24 12:29:13 2013 (r334720) @@ -134,6 +134,8 @@ post-patch: -I./pxlib|INCLUDES = -I../hk_classes -I./pxlib \ -I${LOCALBASE}/include|g" \ ${WRKSRC}/hk_paradoxclasses/Makefile.in + ${REINPLACE_CMD} -e "s|python setup.py|${PYTHON_CMD} setup.py|" \ + ${WRKSRC}/python/Makefile.in post-configure: ${REINPLACE_CMD} -e "s| -I|','|g" ${WRKSRC}/python/setup.py
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311241229.rAOCTEDX076435>