diff options
Diffstat (limited to 'devel/rudiments')
| -rw-r--r-- | devel/rudiments/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/rudiments/Makefile b/devel/rudiments/Makefile index 4a15bb6ec5eb..8c65c5620aa6 100644 --- a/devel/rudiments/Makefile +++ b/devel/rudiments/Makefile @@ -24,6 +24,10 @@ INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> +.if ${OSVERSION} > 502000 +BROKEN= "Does not compile" +.endif + .if ${OSVERSION} >= 500000 EXTRA_PATCHES= ${PATCHDIR}/extra-patch-* |
