- 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)
This commit is contained in:
parent
e8180f7001
commit
596f9891ac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349382
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue