diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-11-22 12:28:12 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-11-22 12:28:12 +0000 |
commit | 19ebc18c752f6b62291b934a06ffb273e39aebec (patch) | |
tree | eb0630eb0ce14a64a5220cf2c34eff915b86f0e1 /comms/mlan3 | |
parent | 825325882e7aa49b47c846b73c06bf9f13a2b7e1 (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
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> |