summaryrefslogtreecommitdiffstats
path: root/x11/xlockmore
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>2000-05-19 08:58:41 +0000
committertg <tg@FreeBSD.org>2000-05-19 08:58:41 +0000
commitf6d1edd6cc9489176f851ac1fe77c654e4ae3f94 (patch)
tree5ac5237910e6b789281a8c104dc19e11ada2432c /x11/xlockmore
parent2b4008fe533143de894cb13f9fe0806a8fcf76d3 (diff)
downloadFreeBSD-ports-f6d1edd6cc9489176f851ac1fe77c654e4ae3f94.zip
FreeBSD-ports-f6d1edd6cc9489176f851ac1fe77c654e4ae3f94.tar.gz
Support Kerberos 5.
PR: 18660 Submitted by: wollman
Diffstat (limited to 'x11/xlockmore')
-rw-r--r--x11/xlockmore/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile
index da01a31..1600016 100644
--- a/x11/xlockmore/Makefile
+++ b/x11/xlockmore/Makefile
@@ -23,6 +23,9 @@ CONFIGURE_ARGS= --without-gl --without-motif --without-sx \
.if defined(MAKE_KERBEROS4)
CONFIGURE_ARGS+= --enable-kerberos4
.endif
+.if defined(KRB5_HOME) && exists(${KRB5_HOME})
+CONFIGURE_ARGS+= --enable-kerberos5
+.endif
USE_X_PREFIX= yes
MAN1= xlock.1
OpenPOWER on IntegriCloud