diff options
author | koobs <koobs@FreeBSD.org> | 2013-12-15 21:20:00 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2013-12-15 21:20:00 +0800 |
commit | c08b80ddd0563ad334a513807780a1b4f0b61e06 (patch) | |
tree | c99965ab19b2755097952f03e9bf7004174003e0 | |
parent | ee5f5ca2fb1f5f3857fdea7e372ab05910235f88 (diff) | |
download | freebsd-ports-gnome-c08b80ddd0563ad334a513807780a1b4f0b61e06.tar.gz freebsd-ports-gnome-c08b80ddd0563ad334a513807780a1b4f0b61e06.tar.zst freebsd-ports-gnome-c08b80ddd0563ad334a513807780a1b4f0b61e06.zip |
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>
-rw-r--r-- | math/py-numpy/Makefile | 2 |
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 \ |