summaryrefslogtreecommitdiff
path: root/net/zephyr
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1999-05-03 23:39:22 +0000
committertv <tv@pkgsrc.org>1999-05-03 23:39:22 +0000
commitf537c05412dd6a2f2ec6eb18def0eb9bdf9b7f1a (patch)
tree1251df59cb4169944e1988ed405807e65b9b57b5 /net/zephyr
parenta8a6ba3ad51193e9b17d97a999829eb6b51727f6 (diff)
downloadpkgsrc-f537c05412dd6a2f2ec6eb18def0eb9bdf9b7f1a.tar.gz
Make the Kerberos option uniform - it is now USE_KERBEROS4 and specifies
use of krb4 _or_ a compatible subsystem. (MAKE_ was only used by this option; USE_ is used by many.) Also set RESTRICTED= in all relevant pkgs when USE_KERBEROS4 is enabled.
Diffstat (limited to 'net/zephyr')
-rw-r--r--net/zephyr/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/zephyr/Makefile b/net/zephyr/Makefile
index 47429c53835..adc1dda9883 100644
--- a/net/zephyr/Makefile
+++ b/net/zephyr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 1999/04/26 19:15:39 garbled Exp $
+# $NetBSD: Makefile,v 1.15 1999/05/03 23:39:23 tv Exp $
#
DISTNAME= zephyr-2.0.4
@@ -10,9 +10,10 @@ HOMEPAGE= http://web.mit.edu/olh/Zephyr/index.html
.include "../../mk/bsd.prefs.mk"
-.if exists(/usr/lib/libkrb.a) && (defined(MAKE_EBONES) || defined(MAKE_KERBEROS4))
+.if defined(USE_KERBEROS4)
CONFIGURE_ARGS+="--with-krb4"
-CONFIGURE_ENV+=CPPFLAGS=-I/usr/include/kerberosIV
+CONFIGURE_ENV+= CPPFLAGS=-I/usr/include/kerberosIV
+RESTRICTED= uses Kerberos encryption code
.endif
USE_X11= yes