diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 2000-02-12 19:23:45 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 2000-02-12 19:23:45 +0000 |
commit | 1ee07ffc8f5c02db106294f6bfbba1cbc40a6e1a (patch) | |
tree | 9fab2aea7bdb18e963ec258576ee8668127cdd04 /mail/smail/files | |
parent | d4fdd8c05a1f70455df4e6432d9dca61e4b14e1e (diff) | |
download | ports-1ee07ffc8f5c02db106294f6bfbba1cbc40a6e1a.tar.gz ports-1ee07ffc8f5c02db106294f6bfbba1cbc40a6e1a.zip |
Upgrade to smail 3.2.0.110
Notes
Notes:
svn path=/head/; revision=25700
Diffstat (limited to 'mail/smail/files')
-rw-r--r-- | mail/smail/files/freebsd2.0 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/smail/files/freebsd2.0 b/mail/smail/files/freebsd2.0 index c2aa1ef6336c..03c2e066b875 100644 --- a/mail/smail/files/freebsd2.0 +++ b/mail/smail/files/freebsd2.0 @@ -73,4 +73,9 @@ LDFLAGS="-L/usr/local/lib -L!!PREFIX!!/lib" # LIBS - libraries to include in binaries LIBS="-lident -lwrap" +# OSLIBS - we don't have libresolv +# I doubt that the change to smail-3.2.0.110/conf/os/bsd4.4 is the right way +# to do it. +OSLIBS="-lcrypt" + MISC_DEFINES="$MISC_DEFINES:USE_TARGET_DOMAIN:NO_FORWARDTO_FILE:USE_LSEARCH_REGEXCMP:USE_STRICT_MX" |