diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-12-07 06:16:24 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-12-07 06:16:24 +0000 |
commit | 5cf699de3a4fbd443b7c8cef92f0166c4f3e8e44 (patch) | |
tree | 91333dc973fbdc4735eb0f103994878b04bf2ad6 /comms/mwavem | |
parent | Per redirect response when sending mail to maintainer, update maintainer's (diff) |
Mark as broken on 5.x. Maintainer's address currently bounces.
Diffstat (limited to 'comms/mwavem')
-rw-r--r-- | comms/mwavem/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/comms/mwavem/Makefile b/comms/mwavem/Makefile index dd6aebb8649c..f6b803239336 100644 --- a/comms/mwavem/Makefile +++ b/comms/mwavem/Makefile @@ -44,6 +44,10 @@ LIB_DEPENDS= lthread.${LTHREADVERSION}:${PORTSDIR}/devel/linuxthreads EXTRA_PATCHES!= ${ECHO_CMD} ${PKGDIR}/files.5/patch-* .endif +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile (bad C code)" +.endif + pre-build: ${REINPLACE_CMD} -e "s@ /modules@ ${PREFIX}/share/mwavem@g" \ ${WRKSRC}/src/drivers/Makefile |