diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-08-20 06:29:37 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-08-20 06:29:37 +0000 |
commit | 1837b049007ffe16daa180f3b303f9d878d03bf5 (patch) | |
tree | 56be4d6e38b9328b8009b0018974a58317e2eac9 /lang | |
parent | This does not compile; mark BROKEN. (diff) |
Mark BROKEN; looks like system header changes caused this to break
Notes
Notes:
svn path=/head/; revision=46505
Diffstat (limited to 'lang')
-rw-r--r-- | lang/m3gdb/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/m3gdb/Makefile b/lang/m3gdb/Makefile index 2b6d5f1f158f..c3b0a2e7fb2d 100644 --- a/lang/m3gdb/Makefile +++ b/lang/m3gdb/Makefile @@ -15,6 +15,8 @@ DISTFILES= m3gdb-4.17.tar.gz \ MAINTAINER= jdp@FreeBSD.org +BROKEN= "Does not compile" + MAN1= m3gdb.1 MANCOMPRESSED= yes ONLY_FOR_ARCHS= i386 |