Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Feb 2019 13:49:13 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492224 - head/textproc/p5-CSS-Sass
Message-ID:  <201902051349.x15DnDJ3006195@repo.freebsd.org>

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



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