mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Do not hardcode compiller name (fix build w/o gcc in base)
This commit is contained in:
parent
5444bb0052
commit
0d1f63f3ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325811
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
BUILD_DEPENDS= p5-ExtUtils-XSpp>=0.06:${PORTSDIR}/devel/p5-ExtUtils-XSpp \
|
||||||
p5-ExtUtils-ParseXS>=2.22:${PORTSDIR}/devel/p5-ExtUtils-ParseXS
|
p5-ExtUtils-ParseXS>=2.22:${PORTSDIR}/devel/p5-ExtUtils-ParseXS
|
||||||
|
|
||||||
MAKE_ARGS+= "CC=g++"
|
MAKE_ARGS+= CC="${CXX}"
|
||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue