1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Fix a typo.

PR:		ports/132823
Submitted by:	Steven Kreuzer <skreuzer@exit2shell.com>
Reviewed by:	Alex Kozlov <spam@rm-rf.kiev.ua> (maintainer)
This commit is contained in:
Wesley Shields 2009-03-20 19:11:52 +00:00
parent 94348d98be
commit 08d1df1753
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230488

View File

@ -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