aboutsummaryrefslogtreecommitdiff
path: root/lang/rexx-wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'lang/rexx-wrapper')
-rw-r--r--lang/rexx-wrapper/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/rexx-wrapper/Makefile b/lang/rexx-wrapper/Makefile
index e080a276f5fe..eb957b4ced61 100644
--- a/lang/rexx-wrapper/Makefile
+++ b/lang/rexx-wrapper/Makefile
@@ -23,4 +23,10 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-rexx=regina
DATADIR= ${PREFIX}/share/rexx${PORTNAME}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${CC} == "clang"
+BROKEN= Does not configure with clang
+.endif
+
+.include <bsd.port.post.mk>