Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jul 2012 04:58:30 +0000 (UTC)
From:      Thomas Abthorpe <tabthorpe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301060 - head/ftp/filezilla
Message-ID:  <201207180458.q6I4wUSO029695@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207180458.q6I4wUSO029695>