diff --git a/devel/imake/Makefile b/devel/imake/Makefile index 22ef025..2b1f511 100644 --- a/devel/imake/Makefile +++ b/devel/imake/Makefile @@ -43,13 +43,11 @@ 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" post-build: ${REINPLACE_CMD} -e 's|^configdirspec= *|configdirspec=|' ${WRKSRC}/xmkmf -.endif .include