1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Fix the usage of 'python' to get rid of the implicit lang/python

dependency

Approved by:	portmgr@ (blanket)
This commit is contained in:
Marcus von Appen 2013-12-08 12:47:19 +00:00
parent 885b528f02
commit 012a1d063d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335878

View File

@ -35,6 +35,10 @@ BROKEN= Does not compile on ia64, powerpc, or sparc64
post-patch:
${REINPLACE_CMD} -e 's|png_set_gray_1_2_4_to_8|png_set_expand_gray_1_2_4_to_8|' \
${WRKSRC}/util/cairoutils.c
${REINPLACE_CMD} -e 's|python setup|${PYTHON_CMD} setup|' \
${WRKSRC}/util/Makefile \
${WRKSRC}/libkd/Makefile \
${WRKSRC}/blind/Makefile
post-install:
@${CAT} ${PKGMESSAGE}