svn commit: r492224 - head/textproc/p5-CSS-Sass

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Feb 5 13:49:16 UTC 2019


Author: sunpoet
Date: Tue Feb  5 13:49:13 2019
New Revision: 492224
URL: https://svnweb.freebsd.org/changeset/ports/492224

Log:
  Fix build on powerpc
  
  PR:		235518
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/textproc/p5-CSS-Sass/Makefile

Modified: head/textproc/p5-CSS-Sass/Makefile
==============================================================================
--- head/textproc/p5-CSS-Sass/Makefile	Tue Feb  5 13:49:08 2019	(r492223)
+++ head/textproc/p5-CSS-Sass/Makefile	Tue Feb  5 13:49:13 2019	(r492224)
@@ -22,7 +22,7 @@ TEST_DEPENDS=	p5-File-chdir>=0.01:devel/p5-File-chdir 
 		p5-Test-Differences>=0.01:devel/p5-Test-Differences \
 		p5-YAML-LibYAML>=0.01:textproc/p5-YAML-LibYAML
 
-USES=		gmake perl5
+USES=		compiler:c++11-lang gmake perl5
 USE_PERL5=	configure
 
 .include <bsd.port.pre.mk>


More information about the svn-ports-all mailing list