diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-02-13 22:40:54 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-02-13 22:40:54 +0000 |
commit | 44330274e14df796406738399da1014009609234 (patch) | |
tree | 4b91f92761158ee95219c3bc957bccea3580bd07 | |
parent | 0b40fb1da61590a206dbda656f17d4c48e871851 (diff) | |
download | ports-44330274e14df796406738399da1014009609234.tar.gz ports-44330274e14df796406738399da1014009609234.zip |
- MAKE_JOBS_UNSAFE (DISABLE_* is end-user setable)
Notes
Notes:
svn path=/head/; revision=269099
-rw-r--r-- | irc/inspircd/Makefile | 2 | ||||
-rw-r--r-- | irc/ninja/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/irc/inspircd/Makefile b/irc/inspircd/Makefile index 68a7f8fb53bc..bf7880fced73 100644 --- a/irc/inspircd/Makefile +++ b/irc/inspircd/Makefile @@ -20,7 +20,7 @@ USE_GMAKE= yes USE_BZIP2= yes USE_LDCONFIG= ${PREFIX}/lib/inspircd USE_RC_SUBR= inspircd.sh -DISABLE_MAKE_JOBS= yes +MAKE_JOBS_UNSAFE= yes INSPIRCD_USR?= ircd INSPIRCD_UID?= 72 diff --git a/irc/ninja/Makefile b/irc/ninja/Makefile index a17868ba4a83..daa3f2ea0f63 100644 --- a/irc/ninja/Makefile +++ b/irc/ninja/Makefile @@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes CONFIGURE_ENV= IRCLIB="${DATADIR}" -DISABLE_MAKE_JOBS= yes +MAKE_JOBS_UNSAFE= yes LATEST_LINK= irc-ninja |