diff options
author | John Marino <marino@FreeBSD.org> | 2013-08-14 12:50:28 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-08-14 12:50:28 +0000 |
commit | 4b268d3780ac7b557bca950fe787e4e49cbae278 (patch) | |
tree | a92745521ced644922c84b8d1e790c57e2c94544 /math | |
parent | 192975256bbc28cebe950c7ccdeb5dc29e0915ce (diff) | |
download | ports-4b268d3780ac7b557bca950fe787e4e49cbae278.tar.gz ports-4b268d3780ac7b557bca950fe787e4e49cbae278.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/gap/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/gap/Makefile b/math/gap/Makefile index 2af3db5c07d5..df977eaaaaa0 100644 --- a/math/gap/Makefile +++ b/math/gap/Makefile @@ -13,10 +13,12 @@ MAINTAINER= johans@FreeBSD.org COMMENT= GAP is a system for computational discrete algebra USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes ALL_TARGET= default +MAKE_JOBS_UNSAFE=yes + GAP_VERSION= ${PORTNAME}${PORTVERSION:R:R:S/./r/} # gap4r5 GAP_DISTTIME= 2013_03_18-17_40 GAP_DISTDATE= ${GAP_DISTTIME:C/-.*//:S/_//g} |