diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-07-28 22:47:04 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-07-28 22:47:04 +0000 |
commit | 4f949e07c8ce708d231714d2730125271690eaed (patch) | |
tree | f1f751a2c502d0a7768766c10d66cda8d067a326 | |
parent | 18fb4760f0a72781d02d35fbc56c7b4fcffa2a47 (diff) | |
download | freebsd-ports-4f949e07c8ce708d231714d2730125271690eaed.zip |
BROKEN: Does not build
-rw-r--r-- | editors/tea/Makefile | 2 | ||||
-rw-r--r-- | math/ses/Makefile | 2 |
2 files changed, 4 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) diff --git a/math/ses/Makefile b/math/ses/Makefile index 6633905abfb7..02c2a745b436 100644 --- a/math/ses/Makefile +++ b/math/ses/Makefile @@ -19,6 +19,8 @@ COMMENT= Simple Emacs Spreadsheet BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs RUN_DEPENDS= emacs:${PORTSDIR}/editors/emacs +BROKEN= Does not build + DOC_FILES= ses-example.ses ses-readme.txt \ ses-coverage.el testcover.el unsafep-coverage.el DOC_DIR= share/doc/ses |