- Do not hardcode compiller name (fix build w/o gcc in base)

This commit is contained in:
Andrej Zverev 2013-08-31 14:23:18 +00:00
parent 5444bb0052
commit 0d1f63f3ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325811

View file

@ -13,7 +13,7 @@ COMMENT= Perl extension for reading the Hipparcos star catalog
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