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 | daaa3f4f7b05beacb9998bbecd1ebf48eaf51f63 (patch) | |
tree | 356471af579ddfb5a1f5ef87346a2de35287fa12 /editors | |
parent | ae57d4a3ab7b1cbee53a666eb65ab08b14b43494 (diff) | |
download | pkgsrc-daaa3f4f7b05beacb9998bbecd1ebf48eaf51f63.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 |