diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/rudiments/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/rudiments/Makefile b/devel/rudiments/Makefile index 6611519cda77..248713db20da 100644 --- a/devel/rudiments/Makefile +++ b/devel/rudiments/Makefile @@ -24,4 +24,10 @@ CONFIGURE_ARGS= --with-ssl-includes=-I${OPENSSLINC} \ --disable-pcre USE_LDCONFIG= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800045 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> |