diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-07-18 04:58:30 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2012-07-18 04:58:30 +0000 |
commit | ca685d7f748c794537a9952e4e1c39e1e29c4685 (patch) | |
tree | 6dec15ef58b9cc185df23ef58cd053cb9fcdbfac /ftp/filezilla | |
parent | 214316cb7216eecf9351c16351f947eced7ce7d4 (diff) | |
download | ports-ca685d7f748c794537a9952e4e1c39e1e29c4685.tar.gz ports-ca685d7f748c794537a9952e4e1c39e1e29c4685.zip |
- Set MAKE_JOBS_SAFE
PR: ports/169458
Submitted by: Sayetsky Anton <vsjcfm gmail.com>
Notes
Notes:
svn path=/head/; revision=301060
Diffstat (limited to 'ftp/filezilla')
-rw-r--r-- | ftp/filezilla/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftp/filezilla/Makefile b/ftp/filezilla/Makefile index 28fce286704c..665a3db4fb00 100644 --- a/ftp/filezilla/Makefile +++ b/ftp/filezilla/Makefile @@ -26,6 +26,8 @@ LIB_DEPENDS= gcrypt.18:${PORTSDIR}/security/libgcrypt \ sqlite3.8:${PORTSDIR}/databases/sqlite3 \ tinyxml.3:${PORTSDIR}/textproc/tinyxml +MAKE_JOBS_SAFE= yes + INSTALLS_ICONS= yes USE_BZIP2= yes USE_GMAKE= yes |