diff options
author | jmmv <jmmv> | 2003-11-17 17:02:43 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-11-17 17:02:43 +0000 |
commit | c1072a94871f592025e38a3f74c1e5bc44f92626 (patch) | |
tree | 056ae7261ee96eab39698f85f57e2c796bc8c1b9 /editors | |
parent | 4c5cceea8370eeafc7fc941a0cd29dc00c5a98b2 (diff) | |
download | pkgsrc-c1072a94871f592025e38a3f74c1e5bc44f92626.tar.gz |
Mark as broken: the package does not build with our actual fox version,
and as I see it, it will never be fixed. The program seems abandoned:
there hasn't been any update since it was imported several years ago,
the homepage does not work and it can't be fetched from its master site.
Suggested by agc@.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/treetext/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/treetext/Makefile b/editors/treetext/Makefile index 01b64a0f2dc..fef0b62ac10 100644 --- a/editors/treetext/Makefile +++ b/editors/treetext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/08/29 10:17:55 xtraeme Exp $ +# $NetBSD: Makefile,v 1.8 2003/11/17 17:02:43 jmmv Exp $ # DISTNAME= TreeText-0.3.3-src @@ -13,6 +13,8 @@ MAINTAINER= sakamoto@NetBSD.org HOMEPAGE= http://www.ab.wakwak.com/~tino/fox/treetext/ COMMENT= Multi documents editor +BROKEN= Compilation fails due to outdated code with respect to our fox package. + USE_BUILDLINK2= # defined USE_X11BASE= # defined |