Date: Sat, 31 Aug 2013 14:23:18 +0000 (UTC) From: Andrej Zverev <az@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325811 - head/astro/p5-Astro-Hipparcos Message-ID: <201308311423.r7VENIUU011394@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: az Date: Sat Aug 31 14:23:18 2013 New Revision: 325811 URL: http://svnweb.freebsd.org/changeset/ports/325811 Log: - Do not hardcode compiller name (fix build w/o gcc in base) Modified: head/astro/p5-Astro-Hipparcos/Makefile Modified: head/astro/p5-Astro-Hipparcos/Makefile ============================================================================== --- head/astro/p5-Astro-Hipparcos/Makefile Sat Aug 31 14:12:05 2013 (r325810) +++ head/astro/p5-Astro-Hipparcos/Makefile Sat Aug 31 14:23:18 2013 (r325811) @@ -13,7 +13,7 @@ COMMENT= Perl extension for reading the BUILD_DEPENDS= p5-ExtUtils-XSpp>=0.06:${PORTSDIR}/devel/p5-ExtUtils-XSpp \ p5-ExtUtils-ParseXS>=2.22:${PORTSDIR}/devel/p5-ExtUtils-ParseXS -MAKE_ARGS+= "CC=g++" +MAKE_ARGS+= CC="${CXX}" USES= perl5 USE_PERL5= configure
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308311423.r7VENIUU011394>