summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/dylan/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/dylan/Makefile b/lang/dylan/Makefile
index 0a8cca324ac3..ae8b28765a56 100644
--- a/lang/dylan/Makefile
+++ b/lang/dylan/Makefile
@@ -61,4 +61,10 @@ post-extract:
${GUNZIP_CMD} -c ${DISTDIR}/d2c-${PORTVERSION}-FreeBSD.gz >${WRKDIR}/d2c
${CHMOD} ugo+x ${WRKDIR}/d2c
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800000
+BROKEN= does not install
+.endif
+
+.include <bsd.port.post.mk>