diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/dmd2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/dmd2/Makefile b/lang/dmd2/Makefile index 622bcff37d2d..8e66da19efd2 100644 --- a/lang/dmd2/Makefile +++ b/lang/dmd2/Makefile @@ -36,6 +36,10 @@ LICENSE_PERMS_DMD= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell auto-ac .include <bsd.port.pre.mk> +.if ${OSVERSION} < 800000 +BROKEN= does not compile +.endif + MODULEDIR= ${PREFIX}/include/d/phobos2 post-patch: |