diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-06-19 04:24:00 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-06-19 04:24:00 +0800 |
commit | 0d811fadcce08ec959faf737e4ac6e4ba74be29c (patch) | |
tree | 5f502274300ae91a949e0c0be655e56bd2cc0fd2 /math | |
parent | 189ff11b298c1c925f535f4ccc1e594cd6806563 (diff) | |
download | freebsd-ports-gnome-0d811fadcce08ec959faf737e4ac6e4ba74be29c.tar.gz freebsd-ports-gnome-0d811fadcce08ec959faf737e4ac6e4ba74be29c.tar.zst freebsd-ports-gnome-0d811fadcce08ec959faf737e4ac6e4ba74be29c.zip |
- Mark MAKE_JOBS_UNSAFE
Diffstat (limited to 'math')
-rw-r--r-- | math/pari/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile index 70c3b94830fe..050f4deeb5f9 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -17,6 +17,8 @@ COMMENT= Mathematics library and advanced calculator package LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 +MAKE_JOBS_UNSAFE= yes + USE_LDCONFIG= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure |