aboutsummaryrefslogtreecommitdiff
path: root/astro/p5-Astro-Hipparcos
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-08-31 14:23:18 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-08-31 14:23:18 +0000
commit0d1f63f3ad829b12032c12e4b79d91d9b39df2c3 (patch)
treed3297a2388ab4658c4526f4decfe24768fa3f16f /astro/p5-Astro-Hipparcos
parent5444bb00528a502aa284149be2e66b7723b11bf2 (diff)
downloadports-0d1f63f3ad829b12032c12e4b79d91d9b39df2c3.tar.gz
ports-0d1f63f3ad829b12032c12e4b79d91d9b39df2c3.zip
- Do not hardcode compiller name (fix build w/o gcc in base)
Notes
Notes: svn path=/head/; revision=325811
Diffstat (limited to 'astro/p5-Astro-Hipparcos')
-rw-r--r--astro/p5-Astro-Hipparcos/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/p5-Astro-Hipparcos/Makefile b/astro/p5-Astro-Hipparcos/Makefile
index c08bcc03c364..d07651620ad1 100644
--- a/astro/p5-Astro-Hipparcos/Makefile
+++ b/astro/p5-Astro-Hipparcos/Makefile
@@ -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