diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2005-01-30 19:40:04 +0000 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2005-01-30 19:40:04 +0000 |
commit | 941a9a738bebfc8d206578e981294155d8610429 (patch) | |
tree | 0b84733e6b54bbbf59d6011d254e33735d24ff62 /x11/XFree86-4-clients | |
parent | 4ce9f58e7dd6f70ad4a6ad8db220a0b848f2ef8e (diff) | |
download | ports-941a9a738bebfc8d206578e981294155d8610429.tar.gz ports-941a9a738bebfc8d206578e981294155d8610429.zip |
Notes
Diffstat (limited to 'x11/XFree86-4-clients')
-rw-r--r-- | x11/XFree86-4-clients/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/XFree86-4-clients/Makefile b/x11/XFree86-4-clients/Makefile index b9655c681b73..3550c7838dd1 100644 --- a/x11/XFree86-4-clients/Makefile +++ b/x11/XFree86-4-clients/Makefile @@ -70,7 +70,8 @@ InstallAppDefFiles?= DEFAULT .if !defined(WITH_SETUID_LUIT) pre-everything:: @${ECHO_MSG} "If you want to use xterm with locales in a secure manner, luit must be installed" - @${ECHO_MSG} "setuid. If you want to do this, hit Ctrl-C now and use \"make WITH_SETUID_LUIT=yes\"" + @${ECHO_MSG} "setuid. If you want to do this, define WITH_SETUID_LUIT when installing this" + @${ECHO_MSG} "port (either in /etc/make.conf or on command line with install target)." .endif post-install: |