diff options
-rw-r--r-- | biology/mummer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/mummer/Makefile b/biology/mummer/Makefile index 70005c36ee42..1df3fc503670 100644 --- a/biology/mummer/Makefile +++ b/biology/mummer/Makefile @@ -26,7 +26,7 @@ OPTIONS_DEFINE= DOCS post-extract: @${REINPLACE_CMD} -e 's,type perl,type ${LOCALBASE}/bin/perl,' ${WRKSRC}/scripts/Makefile -.if (${OSVERSION} >= 1000024) +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000024 @${REINPLACE_CMD} -e 's,type gcc,type clang,' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's,type g++,type clang++,' ${WRKSRC}/Makefile .endif |