summaryrefslogtreecommitdiff
path: root/devel/cvs/files/patch-cvs__Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cvs/files/patch-cvs__Makefile')
-rw-r--r--devel/cvs/files/patch-cvs__Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cvs/files/patch-cvs__Makefile b/devel/cvs/files/patch-cvs__Makefile
index cf34e74906d3..f080d11648c4 100644
--- a/devel/cvs/files/patch-cvs__Makefile
+++ b/devel/cvs/files/patch-cvs__Makefile
@@ -11,7 +11,7 @@
-.if ${MK_KERBEROS_SUPPORT} != "no"
+.if defined(KERBEROS_SUPPORT)
-+.if exists(/usr/libexec/krb5kdc)
++.if exists(/usr/libdata/pkgconfig/mit-krb5.pc)
+# MIT KRB5
+LDADD+= -lgssapi_krb5 -lkrb5 -lkrb5support -lcrypto -lcrypt -lcom_err
+DPADD+= ${LIBGSSAPI_KRB5} ${LIBKRB5} ${LIBKRB5SUPPORT} ${LIBCRYPTO}