diff options
-rw-r--r-- | lang/dylan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/dylan/Makefile b/lang/dylan/Makefile index ae8b28765a56..601169a787e8 100644 --- a/lang/dylan/Makefile +++ b/lang/dylan/Makefile @@ -63,7 +63,7 @@ post-extract: .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 800000 +.if ${OSVERSION} >= 700000 BROKEN= does not install .endif |