summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-11-22 12:28:12 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-11-22 12:28:12 +0000
commit19ebc18c752f6b62291b934a06ffb273e39aebec (patch)
treeeb0630eb0ce14a64a5220cf2c34eff915b86f0e1
parent- Fix WWW: line according to Fenner's survey (diff)
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.
Notes
Notes: svn path=/head/; revision=94706
-rw-r--r--comms/mlan3/Makefile8
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>