diff options
Diffstat (limited to 'editors/tea')
-rw-r--r-- | editors/tea/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/tea/Makefile b/editors/tea/Makefile index e4de519f4b2c..8df1147830fe 100644 --- a/editors/tea/Makefile +++ b/editors/tea/Makefile @@ -24,6 +24,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ OPTIONS= TEA_ONLY "Build original GTK-only version" on \ ASPELL "Build with GNU aspell support" on +BROKEN= Does not build + .include <bsd.port.pre.mk> .if defined(WITH_TEA_ONLY) |