svn commit: r301060 - head/ftp/filezilla

Thomas Abthorpe tabthorpe at FreeBSD.org
Wed Jul 18 04:58:30 UTC 2012


Author: tabthorpe
Date: Wed Jul 18 04:58:30 2012
New Revision: 301060
URL: http://svn.freebsd.org/changeset/ports/301060

Log:
  - Set MAKE_JOBS_SAFE
  
  PR:		ports/169458
  Submitted by:	Sayetsky Anton <vsjcfm gmail.com>

Modified:
  head/ftp/filezilla/Makefile   (contents, props changed)

Modified: head/ftp/filezilla/Makefile
==============================================================================
--- head/ftp/filezilla/Makefile	Wed Jul 18 04:46:41 2012	(r301059)
+++ head/ftp/filezilla/Makefile	Wed Jul 18 04:58:30 2012	(r301060)
@@ -26,6 +26,8 @@ LIB_DEPENDS=	gcrypt.18:${PORTSDIR}/secur
 		sqlite3.8:${PORTSDIR}/databases/sqlite3 \
 		tinyxml.3:${PORTSDIR}/textproc/tinyxml
 
+MAKE_JOBS_SAFE=	yes
+
 INSTALLS_ICONS=	yes
 USE_BZIP2=	yes
 USE_GMAKE=	yes



More information about the svn-ports-head mailing list