diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-11-29 10:54:27 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-11-29 10:54:27 +0000 |
commit | 57935b862b1a6e6602d8a11febe6d62e0a692ff8 (patch) | |
tree | 1a6c986cc02b3df5edcf828d83d43921956aa432 /lang/rexx-wrapper | |
parent | afe1e5cbac02cf5b2e58063d0a7243514120a743 (diff) | |
download | ports-57935b862b1a6e6602d8a11febe6d62e0a692ff8.tar.gz ports-57935b862b1a6e6602d8a11febe6d62e0a692ff8.zip |
Notes
Diffstat (limited to 'lang/rexx-wrapper')
-rw-r--r-- | lang/rexx-wrapper/Makefile | 8 |
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> |