diff options
Diffstat (limited to 'comms/mlan3')
-rw-r--r-- | comms/mlan3/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/comms/mlan3/Makefile b/comms/mlan3/Makefile index 0a09f273145e..5a1e77d39eeb 100644 --- a/comms/mlan3/Makefile +++ b/comms/mlan3/Makefile @@ -19,4 +19,10 @@ BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip NO_WRKSUBDIR= yes USE_ZIP= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not install (Makefiles need rework)" +.endif + +.include <bsd.port.post.mk> |