aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-SDL
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2009-03-20 19:11:52 +0000
committerWesley Shields <wxs@FreeBSD.org>2009-03-20 19:11:52 +0000
commit08d1df175345e671044845a74add444669c82cac (patch)
tree621eaa99f98cf25d7e9137f18b83edbe21d2b1e1 /devel/p5-SDL
parent94348d98be0894bebea3f0aa0c0e65e24907d698 (diff)
downloadports-08d1df175345e671044845a74add444669c82cac.tar.gz
ports-08d1df175345e671044845a74add444669c82cac.zip
Notes
Diffstat (limited to 'devel/p5-SDL')
-rw-r--r--devel/p5-SDL/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-SDL/Makefile b/devel/p5-SDL/Makefile
index 091b365d6c2c..92d5ffbee104 100644
--- a/devel/p5-SDL/Makefile
+++ b/devel/p5-SDL/Makefile
@@ -96,7 +96,7 @@ post-install:
PERL_THREADED=`${PERL} -V | ${GREP} -- -Dusethreads=y || ${TRUE}`; \
if [ -z ${PERL_THREADED} ]; then \
${ECHO_MSG} "SDL_PERL must be built with a threaded Perl, reinstall Perl with WITH_THREADS=yes"; \
- ${ECHO_MSG} "or lunch any program that use this port with LD_PRELOAD=/usr/lib/libc_r.so"; \
+ ${ECHO_MSG} "or launch any program that use this port with LD_PRELOAD=/usr/lib/libc_r.so"; \
fi; \
fi