svn commit: r361952 - head/devel/boaconstructor

William Grzybowski wg at FreeBSD.org
Tue Jul 15 15:38:16 UTC 2014


Author: wg
Date: Tue Jul 15 15:38:15 2014
New Revision: 361952
URL: http://svnweb.freebsd.org/changeset/ports/361952
QAT: https://qat.redports.org/buildarchive/r361952/

Log:
  devel/boaconstructor: fix build using dos2unix
  
  Reported by:	marino
  Approved by:	portmgr (blanket)

Modified:
  head/devel/boaconstructor/Makefile

Modified: head/devel/boaconstructor/Makefile
==============================================================================
--- head/devel/boaconstructor/Makefile	Tue Jul 15 15:35:53 2014	(r361951)
+++ head/devel/boaconstructor/Makefile	Tue Jul 15 15:38:15 2014	(r361952)
@@ -14,7 +14,7 @@ COMMENT=	Cross platform RAD GUI Building
 
 WRKSRC=		${WRKDIR}/boa-constructor-${PORTVERSION}
 
-USES=		gettext zip
+USES=		dos2unix gettext zip
 USE_PYTHON=	yes
 USE_WX=		3.0+
 WX_COMPS=	python


More information about the svn-ports-head mailing list