diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-05-22 19:32:04 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-05-22 19:32:04 +0000 |
commit | bf0b797982268cab89b30ccef92570205a00ae94 (patch) | |
tree | a4a52f4d79bb277d10d652d3732e3d73548eab77 | |
parent | 8b28c33e00215e2a7df26b9fc4d650535628a569 (diff) |
- mark as BROKEN, doesn't compile
Notes
Notes:
svn path=/head/; revision=297218
-rw-r--r-- | textproc/gxditview/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/gxditview/Makefile b/textproc/gxditview/Makefile index 31ad3b791801..dcbdd2216a5f 100644 --- a/textproc/gxditview/Makefile +++ b/textproc/gxditview/Makefile @@ -18,6 +18,8 @@ MAN1= gxditview.1 PLIST_FILES= bin/gxditview lib/X11/app-defaults/GXditview NO_PACKAGE= requires system sources in sync +BROKEN= doesn't compile + .include <bsd.port.options.mk> .if !exists(${SRC_BASE}/contrib/groff/src) |