summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-12-19 11:40:16 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-12-19 11:40:16 +0000
commitafe37b1b64b4586a1fb4018400d510931b6899cb (patch)
tree794cd03a0d88d3558ab8b844d13521e393e165fd /editors
parentPer bento logs, mark as broken on 5.x, although not for the usual gcc (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')
-rw-r--r--editors/mg/Makefile7
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 \