summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorcjep <cjep>2002-06-15 21:19:59 +0000
committercjep <cjep>2002-06-15 21:19:59 +0000
commit05450bf9f53e589022dfd3f31194f815ec620cd9 (patch)
tree7d99907ae17b786ff881cac93a85ef0580acf515 /net
parent45560dc4d84746f6338c53e1bb13dc2d704b76e3 (diff)
downloadpkgsrc-05450bf9f53e589022dfd3f31194f815ec620cd9.tar.gz
Change USE_KERBEROS to PKG_USE_KERBEROS in pkgsrc. There was a "conflict"
which the basesrc USE_KERBEROS variable. Discussed on packages@ This fixes PR#17182 from Takahiro Kambe. The problem was pointed out by FUKAUMI Naoki on a Japanese NetBSD mailing list.
Diffstat (limited to 'net')
-rw-r--r--net/radius/Makefile4
-rw-r--r--net/zephyr/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/net/radius/Makefile b/net/radius/Makefile
index 8d24b342f5a..921ee81a8a4 100644
--- a/net/radius/Makefile
+++ b/net/radius/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2001/12/19 13:42:10 tron Exp $
+# $NetBSD: Makefile,v 1.20 2002/06/15 21:20:03 cjep Exp $
#
# Tempted to install another radius package?
#
@@ -29,7 +29,7 @@ DIST_SUBDIR= radius
CFLAGS+= -DHAVE_SETVBUF -DNOSHADOW
.if defined(KERBEROS)
-USE_KERBEROS= yes
+PKG_USE_KERBEROS= yes
CFLAGS+= -DM_KERB -I/usr/include/kerberosIV
RADLIBS= -lkrb -ldes
.endif
diff --git a/net/zephyr/Makefile b/net/zephyr/Makefile
index c37f4c7874b..159a02c6819 100644
--- a/net/zephyr/Makefile
+++ b/net/zephyr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2001/06/11 06:34:47 jlam Exp $
+# $NetBSD: Makefile,v 1.23 2002/06/15 21:20:03 cjep Exp $
#
DISTNAME= zephyr-2.0.4
@@ -12,7 +12,7 @@ COMMENT= Zephyr Messaging Service
.include "../../mk/bsd.prefs.mk"
.if defined(KERBEROS)
-USE_KERBEROS= yes
+PKG_USE_KERBEROS= yes
CONFIGURE_ARGS+="--with-krb4"
CPPFLAGS+= -I/usr/include/kerberosIV
.else