diff options
author | sbd <sbd> | 2012-02-06 07:06:11 +0000 |
---|---|---|
committer | sbd <sbd> | 2012-02-06 07:06:11 +0000 |
commit | 5819919ab4bf08cc6a3673ea2dc340357380d785 (patch) | |
tree | 6d9de307d606d8adc5185f85631ac931d2482061 | |
parent | d5606df6e84932897cd1ce33d4888ee34c39ac59 (diff) | |
download | pkgsrc-5819919ab4bf08cc6a3673ea2dc340357380d785.tar.gz |
Skip the interpreter check on a csh script stub.
-rw-r--r-- | security/Bastille/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/Bastille/Makefile b/security/Bastille/Makefile index c2c880ca9e4..fac3d913898 100644 --- a/security/Bastille/Makefile +++ b/security/Bastille/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:44 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2012/02/06 07:06:11 sbd Exp $ # DISTNAME= Bastille-3.0.9 @@ -20,6 +20,8 @@ USE_LANGUAGES= # none USE_TOOLS+= bash:run perl:run NO_BUILD= yes +CHECK_INTERPRETER_SKIP+=share/Bastille/bastille-tmpdir.csh + BUILD_DEPENDS+= checkperms>=1.4:../../sysutils/checkperms DEPENDS+= p5-Tk-[0-9]*:../../x11/p5-Tk |