diff options
author | jlam <jlam@pkgsrc.org> | 2007-08-30 20:11:08 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-08-30 20:11:08 +0000 |
commit | 48590f4577f676261eda7e8eb427ed146558f5a1 (patch) | |
tree | 40c7ccbff16df3b606127a6010bc6fb54158edd6 /security | |
parent | 42a2c5f2be057f5c62b3b3ae692a6ed907330ba0 (diff) | |
download | pkgsrc-48590f4577f676261eda7e8eb427ed146558f5a1.tar.gz |
Skip the interpreter check on authsystem.passwd as we don't want to
depend on the tcl-expect package. The package MESSAGE file already
tells the user what to do.
Diffstat (limited to 'security')
-rw-r--r-- | security/courier-authlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/courier-authlib/Makefile b/security/courier-authlib/Makefile index 172b42435ed..0a97a6afe6e 100644 --- a/security/courier-authlib/Makefile +++ b/security/courier-authlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2007/08/10 17:57:21 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2007/08/30 20:11:08 jlam Exp $ .include "Makefile.common" @@ -39,6 +39,7 @@ FILES_SUBST+= AUTHDAEMONVAR=${AUTHDAEMONVAR:Q} # as courier-authlib. # CONFIGURE_ENV+= EXPECT=${PREFIX:Q}/bin/expect +CHECK_INTERPRETER_SKIP= libexec/courier-authlib/authsystem.passwd AUTHLIBDIR= lib/courier-authlib AUTHLIBEXECDIR= libexec/courier-authlib |