diff options
author | wiz <wiz@pkgsrc.org> | 2006-12-19 18:20:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-12-19 18:20:21 +0000 |
commit | f23b55a3d0cf985010e3fdd4f6fbae6c200b53b4 (patch) | |
tree | 356471af579ddfb5a1f5ef87346a2de35287fa12 /editors | |
parent | 54d05fec13ecd96cfc3e556419e5dc41efe66f3f (diff) | |
download | pkgsrc-f23b55a3d0cf985010e3fdd4f6fbae6c200b53b4.tar.gz |
Set INCOMPAT_CURSES.
This package fails in bulk builds up to at least NetBSD-3.1;
but I can build it on 4.99.6. Assume curses in NetBSD-2* and NetBSD-3*
are not good enough. Feel free to make the selection more specific.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/fe/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/fe/Makefile b/editors/fe/Makefile index 164dc865ba7..54c0aec6275 100644 --- a/editors/fe/Makefile +++ b/editors/fe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/05/18 20:29:58 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2006/12/19 18:20:21 wiz Exp $ DISTNAME= fe-1.6 PKGREVISION= 1 @@ -13,6 +13,7 @@ BROKEN_IN= pkgsrc-2006Q1 GNU_CONFIGURE= yes USE_TOOLS+= msgfmt +INCOMPAT_CURSES= NetBSD-2* NetBSD-3* post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/fe |