1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Mark MAKE_JOBS_SAFE wherever makes sense.

This commit is contained in:
Xin LI 2009-03-27 01:09:14 +00:00
parent 2a877cd2fe
commit 43a7f11740
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231084
4 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,7 @@ COMMENT= Receive/Send files via ZMODEM protocol. (unrestrictive)
WRKSRC= ${WRKDIR}/${PORTNAME}
MAKEFILE= makefile
MAKE_JOBS_SAFE= yes
MAN1= zmrx.1 zmtx.1
PLIST_FILES= bin/zmrx bin/zmtx

View File

@ -16,6 +16,7 @@ COMMENT= An open-source and cross-platform text/hex editor
USE_GETTEXT= yes
USE_WX= 2.6+
WANT_UNICODE= yes
MAKE_JOBS_SAFE= yes
LIB_DEPENDS+= boost_regex:${PORTSDIR}/devel/boost

View File

@ -23,6 +23,7 @@ USE_GMAKE= yes
USE_ICONV= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes
CFLAGS+= -I${LOCALBASE}/include -D_GLIBCXX__PTHREADS
CXXFLAGS+= ${CFLAGS}

View File

@ -23,6 +23,7 @@ USE_GMAKE= yes
USE_BZIP2= yes
USE_GNOME= gnomehack gnomeprefix
USE_GETTEXT= yes
MAKE_JOBS_SAFE= yes
OPTIONS= GNOMEUI "GNOME support" On