diff options
author | marino <marino@FreeBSD.org> | 2013-08-14 20:50:28 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-08-14 20:50:28 +0800 |
commit | d5f8f641238609f085772e4a86f6c39134a1d083 (patch) | |
tree | a92745521ced644922c84b8d1e790c57e2c94544 | |
parent | 9a54206fe6249a1ab2c5d2a72aec1f99af45fa97 (diff) | |
download | freebsd-ports-gnome-d5f8f641238609f085772e4a86f6c39134a1d083.tar.gz freebsd-ports-gnome-d5f8f641238609f085772e4a86f6c39134a1d083.tar.zst freebsd-ports-gnome-d5f8f641238609f085772e4a86f6c39134a1d083.zip |
math/gap: Mark jobs unsafe
Also replace USE_GMAKE
Approved by: bapt/culot (mentors, implicit)
-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} |