1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

math/py-numpy: Add missing ending quotation to ECHO_MSG

Add a missing ending quotation from the last ECHO_MSG command added in r336423.

PR:		ports/184775
Reported by:	Roland Smith <rsmith@xs4all.nl>
This commit is contained in:
Kubilay Kocak 2013-12-15 13:20:00 +00:00
parent e39e6ce0bd
commit 26e4841744
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336526

View File

@ -62,7 +62,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libalapack.a
@${ECHO_MSG} "for numpy to function correctly. Ensure it is"
@${ECHO_MSG} "selected in the configuration dialog when prompted, or"
@${ECHO_MSG} "Ctrl-C now and reinstall the atlas port with the option"
@${ECHO_MSG} "enabled.
@${ECHO_MSG} "enabled."
sleep 5
.else
LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack \