From 16a5760a230312ba288516528a2be10a894f43b8 Mon Sep 17 00:00:00 2001 From: sbd Date: Mon, 1 Apr 2013 08:01:29 +0000 Subject: Skip the interpreter ckeck on the demo script. --- biology/gromacs/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3