svn commit: r334720 - head/databases/hk_classes

Marcus von Appen mva at FreeBSD.org
Sun Nov 24 12:29:14 UTC 2013


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


More information about the svn-ports-head mailing list