diff options
author | sbd <sbd@pkgsrc.org> | 2012-02-06 07:06:11 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-02-06 07:06:11 +0000 |
commit | b902222723b3f7606b23b682d8a888f4d0806796 (patch) | |
tree | 6d9de307d606d8adc5185f85631ac931d2482061 /security | |
parent | 13b764c2cf08f363b7d2e29d771fd153cd862671 (diff) | |
download | pkgsrc-b902222723b3f7606b23b682d8a888f4d0806796.tar.gz |
Skip the interpreter check on a csh script stub.
Diffstat (limited to 'security')
-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 |