diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-12-19 11:40:16 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-12-19 11:40:16 +0000 |
commit | afe37b1b64b4586a1fb4018400d510931b6899cb (patch) | |
tree | 794cd03a0d88d3558ab8b844d13521e393e165fd /editors/mg | |
parent | d4ea39b35ca39bd5e9c6dfd7ed9013eb9c78944b (diff) |
Per bento logs, mark as broken on 5.x due to some kind of header/compile
problem. Notified maintainer.
Notes
Notes:
svn path=/head/; revision=96201
Diffstat (limited to 'editors/mg')
-rw-r--r-- | editors/mg/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/editors/mg/Makefile b/editors/mg/Makefile index c52aa1a6d92b..a8b168550949 100644 --- a/editors/mg/Makefile +++ b/editors/mg/Makefile @@ -39,10 +39,15 @@ do-install: ${PREFIX}/share/doc/mg .endif +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + # # Ports build/install stuff stops here. Tarball creation stuff begins here. # -.include <bsd.port.pre.mk> CVS_CMD?= cvs -z3 CVS_DATE= Mon May 14 17:41:46 PDT 2001 CVS_SITES?= anoncvs@anoncvs3.usa.openbsd.org:/cvs \ |