mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
Remove debugging echo
Actually use correct dependancy for kvasd
This commit is contained in:
parent
7f5286ca0d
commit
9b856b8443
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394818
1 changed files with 1 additions and 2 deletions
|
@ -21,7 +21,7 @@ WSJT_DEPENDS= ${PYTHON_LIBDIR}/tkinter:${PORTSDIR}/x11-toolkits/py-tkinter \
|
|||
${PYTHON_SITELIBDIR}/PIL:${PORTSDIR}/graphics/py-pillow \
|
||||
${PYNUMPY}
|
||||
BUILD_DEPENDS= ${WSJT_DEPENDS}
|
||||
RUN_DEPENDS= ${LINUXBASE}/bin/kvasd:${PORTSDIR}/comms/kvasd \
|
||||
RUN_DEPENDS= kvasd:${PORTSDIR}/comms/kvasd \
|
||||
${WSJT_DEPENDS}
|
||||
|
||||
USE_GCC= yes
|
||||
|
@ -95,7 +95,6 @@ do-build:
|
|||
(cd ${WRKSRC};${GMAKE})
|
||||
|
||||
post-configure:
|
||||
echo ZZZ post-configure
|
||||
${REINPLACE_CMD} -e 's|f2py|f2py-${PYTHON_VER}|' \
|
||||
${WRKSRC}/Makefile
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue