summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2013-12-15 13:20:00 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2013-12-15 13:20:00 +0000
commit26e4841744d90f25af6aa3ef46dee14ffcd3e9e0 (patch)
treec99965ab19b2755097952f03e9bf7004174003e0 /math
parentnet/xorp-devel: depends explicitly on "python" to build (diff)
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>
Notes
Notes: svn path=/head/; revision=336526
Diffstat (limited to 'math')
-rw-r--r--math/py-numpy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile
index 0b72aaf4e2c3..852409e4bdba 100644
--- a/math/py-numpy/Makefile
+++ b/math/py-numpy/Makefile
@@ -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 \