diff options
author | jhale <jhale@FreeBSD.org> | 2014-03-28 08:17:56 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2014-03-28 08:17:56 +0800 |
commit | 6fec23169d647cb6276e5017eab8d546a1f54be2 (patch) | |
tree | a62d4aa9409dbbc75d0159591f1ad13ea19118b2 /math | |
parent | 3107c9aa6d4cbeb4cfc4196d8fa9064298b7b2a6 (diff) | |
download | freebsd-ports-gnome-6fec23169d647cb6276e5017eab8d546a1f54be2.tar.gz freebsd-ports-gnome-6fec23169d647cb6276e5017eab8d546a1f54be2.tar.zst freebsd-ports-gnome-6fec23169d647cb6276e5017eab8d546a1f54be2.zip |
- Mark MAKE_JOBS_UNSAFE (build fails with MAKE_JOBS_NUMBER=8)
While here:
- USE_BZIP2 -> USES
- Disambiguate BSD license (BSD2CLAUSE)
PR: ports/187732
Submitted by: Mamoru Iwaki <1wkmmr@gmail.com>
Approved by: Pedro Giffuni <giffunip@tutopia.com> (maintainer)
Diffstat (limited to 'math')
-rw-r--r-- | math/reduce/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/math/reduce/Makefile b/math/reduce/Makefile index f55264056c40..aaee0045e961 100644 --- a/math/reduce/Makefile +++ b/math/reduce/Makefile @@ -10,15 +10,14 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= giffunip@tutopia.com COMMENT= Portable general-purpose computer algebra system (CSL version) -LICENSE= BSD +LICENSE= BSD2CLAUSE RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ libpng15.so:${PORTSDIR}/graphics/png \ libtiff.so:${PORTSDIR}/graphics/tiff -USE_BZIP2= yes -USES= gmake +USES= gmake tar:bzip2 USE_XORG= xext x11 xft USE_GNOME= lthack ltverhack @@ -28,6 +27,8 @@ HAS_CONFIGURE= yes CONFIGURE_ARGS= --with-csl ALL_TARGET= +MAKE_JOBS_UNSAFE= yes + .include <bsd.port.pre.mk> HMAN1= redcsl.1 |