diff options
author | sbd <sbd@pkgsrc.org> | 2013-04-01 08:01:29 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2013-04-01 08:01:29 +0000 |
commit | a80874c9b6452107150eec2cd2032a301c84f027 (patch) | |
tree | d47960eefe210a5f6f23a50c0eb2354a9ac35255 /biology | |
parent | 1541bb33e06d14616c89d75e5cc79d34fc460b47 (diff) | |
download | pkgsrc-a80874c9b6452107150eec2cd2032a301c84f027.tar.gz |
Skip the interpreter ckeck on the demo script.
Diffstat (limited to 'biology')
-rw-r--r-- | biology/gromacs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/biology/gromacs/Makefile b/biology/gromacs/Makefile index ec0709bfec4..77d7750a7f3 100644 --- a/biology/gromacs/Makefile +++ b/biology/gromacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2012/10/03 21:53:59 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2013/04/01 08:01:29 sbd Exp $ # DISTNAME= gromacs-4.5.5 @@ -28,6 +28,8 @@ CONFIGURE_ARGS+= --disable-gcc41-check USE_TOOLS+= perl:run REPLACE_PERL= scripts/demux.pl scripts/xplor2gmx.pl +CHECK_INTERPRETER_SKIP+= share/gromacs/tutor/gmxdemo/demo + .include "../../mk/bsd.prefs.mk" .if $(MACHINE_ARCH) == "i386" |