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 /security/sudo/Makefile | |
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 'security/sudo/Makefile')
-rw-r--r-- | security/sudo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index ea90c25c4b6..91089122111 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2002/04/25 16:57:13 jschauma Exp $ +# $NetBSD: Makefile,v 1.47 2002/06/15 21:20:05 cjep Exp $ # DISTNAME= sudo-1.6.6 @@ -29,7 +29,7 @@ CONFIGURE_ARGS+= --without-skey .endif .if defined(KERBEROS) -USE_KERBEROS= # defined +PKG_USE_KERBEROS= # defined CONFIGURE_ARGS+= --with-kerb4 --with-kerb5 .else CONFIGURE_ARGS+= --without-kerb4 --without-kerb5 |