diff options
Diffstat (limited to 'net/dctc/Makefile')
-rw-r--r-- | net/dctc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dctc/Makefile b/net/dctc/Makefile index 81ac62e..a1a41af 100644 --- a/net/dctc/Makefile +++ b/net/dctc/Makefile @@ -59,7 +59,7 @@ DOC_FILES= COPYING ChangeLog INSTALL README \ .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 502000 +.if ${OSVERSION} >= 502000 && ${OSVERSION} < 502105 BROKEN= "Does not compile" .endif |