mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
Mark MAKE_JOBS_SAFE for parallel building.
This commit is contained in:
parent
5055e5aee5
commit
5f72e5ca89
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230985
@ -18,6 +18,7 @@ CONFLICTS= lzma-[0-9]*
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
MAN1= lzdiff.1 lzgrep.1 lzma.1 lzmadec.1 lzmainfo.1 lzmore.1
|
||||
|
||||
|
@ -18,6 +18,7 @@ GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-all
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
.if !defined(WITHOUT_NLS)
|
||||
USE_GETTEXT= yes
|
||||
|
@ -16,6 +16,7 @@ COMMENT= Interactive typing tutor
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= EMACS=no
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
INFO= gtypist
|
||||
MAN1= gtypist.1 typefortune.1
|
||||
|
@ -16,6 +16,7 @@ COMMENT= RPN and algebraic scientific calculator
|
||||
|
||||
USE_GNOME= gtk20 pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
MAN1= calcoo.1
|
||||
|
||||
|
@ -20,6 +20,7 @@ USE_GNOME= libglade2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
MAN1= galculator.1
|
||||
|
||||
|
@ -19,6 +19,7 @@ COMMENT= OpenBSD's Network Time Protocol daemon
|
||||
|
||||
USE_RC_SUBR= openntpd
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
MAN5= ntpd.conf.5
|
||||
MAN8= ntpd.8
|
||||
|
Loading…
Reference in New Issue
Block a user