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 /irc/ninja/Makefile | |
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
Diffstat (limited to 'irc/ninja/Makefile')
-rw-r--r-- | irc/ninja/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |