aboutsummaryrefslogtreecommitdiff
path: root/devel/imake
diff options
context:
space:
mode:
Diffstat (limited to 'devel/imake')
-rw-r--r--devel/imake/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/imake/Makefile b/devel/imake/Makefile
index 169d130e2231..22ef0257ac30 100644
--- a/devel/imake/Makefile
+++ b/devel/imake/Makefile
@@ -44,6 +44,7 @@ post-patch:
# clang's cpp destroys whitespace, particularly hard tabs in makefiles,
# which is fatal for imake.
.if defined(CC) && ${CC} == "clang"
+BUILD_DEPENDS+= ucpp:${PORTSDIR}/devel/ucpp
RUN_DEPENDS+= ucpp:${PORTSDIR}/devel/ucpp
CONFIGURE_ENV+= ac_cv_path_RAWCPP="ucpp -s"