- Fix the usage of 'python' to get rid of the implicit lang/python
dependency Approved by: portmgr@ (blanket)
This commit is contained in:
parent
885b528f02
commit
012a1d063d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335878
1 changed files with 4 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue