diff options
author | linimon <linimon@FreeBSD.org> | 2003-12-19 19:40:16 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-12-19 19:40:16 +0800 |
commit | 688361f5f983d197bfdc35c0b59f504ed0750066 (patch) | |
tree | 8267a9c5c8ee7d2977283f17f9f6a3f94cd10265 /editors/mg | |
parent | b329de00360566a0d2841e1d43ef2da1ba3754d4 (diff) | |
download | freebsd-ports-gnome-688361f5f983d197bfdc35c0b59f504ed0750066.tar.gz freebsd-ports-gnome-688361f5f983d197bfdc35c0b59f504ed0750066.tar.zst freebsd-ports-gnome-688361f5f983d197bfdc35c0b59f504ed0750066.zip |
Per bento logs, mark as broken on 5.x due to some kind of header/compile
problem. Notified maintainer.
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 \ |