diff options
author | cjep <cjep@pkgsrc.org> | 2002-06-15 21:19:59 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-06-15 21:19:59 +0000 |
commit | 64c9e8a407f30ababa7be4bdb08c71b511efae6e (patch) | |
tree | 7d99907ae17b786ff881cac93a85ef0580acf515 /net | |
parent | 4b3727b76680e13c0c8a9597d7cfc25abbd72788 (diff) | |
download | pkgsrc-64c9e8a407f30ababa7be4bdb08c71b511efae6e.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/Makefile | 4 | ||||
-rw-r--r-- | net/zephyr/Makefile | 4 |
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 |