aboutsummaryrefslogtreecommitdiff
path: root/devel/bisoncpp
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-04-07 10:12:44 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-04-07 10:12:44 +0000
commitb42ff9239c72cdc8b8462ae987d6d243e9e13ff2 (patch)
tree6383e000b9b2d7e9b94370bfab64abb2a33f8e9e /devel/bisoncpp
parent687ccf4ec12d53cd362b187c8d160a73f4277e31 (diff)
Notes
Diffstat (limited to 'devel/bisoncpp')
-rw-r--r--devel/bisoncpp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bisoncpp/Makefile b/devel/bisoncpp/Makefile
index 9d7398aaf46e..a1a5ad887c62 100644
--- a/devel/bisoncpp/Makefile
+++ b/devel/bisoncpp/Makefile
@@ -47,11 +47,11 @@ post-patch:
@${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g; \
s|%%PORTVERSION%%|${PORTVERSION}|g' \
${WRKSRC}/INSTALL.im
- @${REINPLACE_CMD} 's|"g++|"g++47|' \
+ @${REINPLACE_CMD} 's|"g++|"${CXX}|' \
${WRKSRC}/INSTALL.im \
${WRKSRC}/scanner/driver/build \
${WRKSRC}/parser/driver/build
- @${REINPLACE_CMD} 's|"gcc|"gcc47|' \
+ @${REINPLACE_CMD} 's|"gcc|"${CC}|' \
${WRKSRC}/icmake/special
@${REINPLACE_CMD} 's|"cp -d |"cp -Pp | ; \
s|"cp -r |"cp -R | ; \