diff options
author | dholland <dholland@pkgsrc.org> | 2011-06-19 01:41:32 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-06-19 01:41:32 +0000 |
commit | fe935d50175b238c079bfaa673231f9e4abd851b (patch) | |
tree | 0e5dc4ff668fbdc2f15621809f7eebc3c7474d5d /math/gap | |
parent | bd9da3e90947e6e12969cb4f54906c5932c947e5 (diff) | |
download | pkgsrc-fe935d50175b238c079bfaa673231f9e4abd851b.tar.gz |
CHECK_INTERPRETER_SKIP
Diffstat (limited to 'math/gap')
-rw-r--r-- | math/gap/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/gap/Makefile b/math/gap/Makefile index e9bae13b687..ebe70b60752 100644 --- a/math/gap/Makefile +++ b/math/gap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2011/03/17 20:55:27 zafer Exp $ +# $NetBSD: Makefile,v 1.26 2011/06/19 01:41:32 dholland Exp $ # DISTNAME= gap4r3 @@ -32,6 +32,9 @@ GAP_PLATFORM= ${MACHINE_GNU_PLATFORM}-${CC} PLIST_SUBST+= GAP_PLATFORM=${GAP_PLATFORM:Q} +CHECK_INTERPRETER_SKIP+= lib/gap4.3/pkg/example/make_zoo + + INSTALLATION_DIRS= bin post-extract: |