diff options
Diffstat (limited to 'misc/fep/Makefile')
-rw-r--r-- | misc/fep/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/fep/Makefile b/misc/fep/Makefile index 950a20595d5..951598d5cc2 100644 --- a/misc/fep/Makefile +++ b/misc/fep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/12/10 22:10:47 christos Exp $ +# $NetBSD: Makefile,v 1.18 2005/12/26 23:39:33 schmonz Exp $ DISTNAME= fep PKGNAME= fep-1.0 @@ -9,6 +9,9 @@ MASTER_SITES= ftp://ftp.sra.co.jp/pub/cmd/fep/ MAINTAINER= nobu@psrc.isac.co.jp COMMENT= General purpose front end for command line editing +PKG_FAIL_REASON+= "Broken on NetBSD/i386 3.0 in pkgsrc-2005Q4" +PKG_FAIL_REASON+= "Will be removed in pkgsrc-2006Q1 unless fixed" + LICENSE= fep-license RESTRICTED= Do not redistribute for a fee. NO_SRC_ON_CDROM=${RESTRICTED} |