aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cvs
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2000-02-24 23:15:42 +0000
committerMark Murray <markm@FreeBSD.org>2000-02-24 23:15:42 +0000
commit5e412782135074175f35cf95aaecdf6a8bde4bfb (patch)
tree52dd801ab4d6cbf1c605e35b0e490c64e3c0e458 /gnu/usr.bin/cvs
parent93e3e5e9e3b314354d85627239cff6861d97c295 (diff)
downloadsrc-5e412782135074175f35cf95aaecdf6a8bde4bfb.tar.gz
src-5e412782135074175f35cf95aaecdf6a8bde4bfb.zip
Use libcrypto instead of libdes.
Notes
Notes: svn path=/head/; revision=57460
Diffstat (limited to 'gnu/usr.bin/cvs')
-rw-r--r--gnu/usr.bin/cvs/cvs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cvs/cvs/Makefile b/gnu/usr.bin/cvs/cvs/Makefile
index f397aa20b8cb..c56827a32e8b 100644
--- a/gnu/usr.bin/cvs/cvs/Makefile
+++ b/gnu/usr.bin/cvs/cvs/Makefile
@@ -31,8 +31,8 @@ LDADD+= ${LIBCVS} ${LIBDIFF} -lgnuregex -lmd -lcrypt -lz
.if exists(${DESTDIR}${LIBDIR}/libkrb.a) && defined(MAKE_KERBEROS4)
CFLAGS+=-DHAVE_KERBEROS -DHAVE_KRB_GET_ERR_TEXT
-LDADD+= -lkrb -ldes -lcom_err
-DPADD+= ${LIBKRB} ${LIBDES} ${LIBCOM_ERR}
+LDADD+= -lkrb -lcrypto -lcom_err
+DPADD+= ${LIBKRB} ${LIBCRYPTO} ${LIBCOM_ERR}
DISTRIBUTION= krb4
# XXX do we want to mess with this? It's probably not really worth it for
# the public freebsd stuff, but others might want it. It's an optional