mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
- Mark MAKE_JOBS_UNSAFE
Submitted by: David Naylor <naylor.b.david@gmail.com>
This commit is contained in:
parent
99efe333f3
commit
84ceeb0c45
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234325
6 changed files with 7 additions and 0 deletions
|
@ -19,6 +19,7 @@ COMMENT= General-purpose multi-platform x86 and x86-64 assembler
|
|||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install install_rdf
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
MAN1= nasm.1 ndisasm.1 \
|
||||
ldrdf.1 rdf2bin.1 rdf2com.1 rdfdump.1 rdflib.1 rdx.1
|
||||
|
|
|
@ -21,6 +21,7 @@ USE_BZIP2= yes
|
|||
USE_LDCONFIG= yes
|
||||
USE_GNOME= gnomehack gnometarget pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
CONFLICTS= libart-[0-9]*
|
||||
|
||||
|
|
|
@ -25,6 +25,7 @@ HAS_CONFIGURE= yes
|
|||
USE_LDCONFIG= yes
|
||||
ALL_TARGET= world.opt
|
||||
STRIP=
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
CONFIGURE_ARGS= -prefix ${PREFIX}
|
||||
OPTIONS= X11 "Build with X11 support" on \
|
||||
|
|
|
@ -39,3 +39,5 @@ CONFIGURE_ARGS= --enable-png \
|
|||
|
||||
WANT_GNOME= yes
|
||||
WANT_SDL= yes
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
|
|
@ -22,6 +22,7 @@ QT_COMPONENTS= corelib gui qmake_build moc_build rcc_build uic_build \
|
|||
|
||||
ALL_TARGET= src/smplayer
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
INSTALLS_ICONS= yes
|
||||
|
|
|
@ -24,6 +24,7 @@ _PATCH= 9
|
|||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/mozilla/security/nss
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
USE_LDCONFIG= ${PREFIX}/lib/nss
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5_BUILD=yes
|
||||
|
|
Loading…
Add table
Reference in a new issue