From 19ebc18c752f6b62291b934a06ffb273e39aebec Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sat, 22 Nov 2003 12:28:12 +0000 Subject: Mark as broken on 5.x. The assumptions that the Makefiles make here, about default compilation directories, do not work on 5.x for some reason. --- comms/mlan3/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 +.include + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not install (Makefiles need rework)" +.endif + +.include -- cgit v1.2.3