diff options
author | schmonz <schmonz@pkgsrc.org> | 2005-12-26 23:39:30 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2005-12-26 23:39:30 +0000 |
commit | 463f43526a7b74edae99d0ed1a9ef0ad86a43c45 (patch) | |
tree | cd3d1e6bc95e9ddf5e5aecaa8889985ca3bd3620 /www/emacs-w3m | |
parent | 9ebb944a7e3010cbaea6c9ae2c64a8b0cb52b6c3 (diff) | |
download | pkgsrc-463f43526a7b74edae99d0ed1a9ef0ad86a43c45.tar.gz |
Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386
3.0. If one of these is important to you, please fix it in time
for pkgsrc-2006Q1, or it may be removed.
Diffstat (limited to 'www/emacs-w3m')
-rw-r--r-- | www/emacs-w3m/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/emacs-w3m/Makefile b/www/emacs-w3m/Makefile index 4594a16ddb6..a7a87fd8513 100644 --- a/www/emacs-w3m/Makefile +++ b/www/emacs-w3m/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/12/05 23:55:22 rillig Exp $ +# $NetBSD: Makefile,v 1.14 2005/12/26 23:39:34 schmonz Exp $ DISTNAME= emacs-w3m-1.3.3 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -9,6 +9,9 @@ MAINTAINER= uebayasi@NetBSD.org HOMEPAGE= http://emacs-w3m.namazu.org/ COMMENT= Simple w3m interface for Emacs +PKG_FAIL_REASON+= "Broken on NetBSD/i386 3.0 in pkgsrc-2005Q4" +PKG_FAIL_REASON+= "Will be removed in pkgsrc-2006Q1 unless fixed" + DEPENDS+= {w3m,w3m-img}>=0.3.1:../../www/w3m BUILD_DEPENDS+= ${EMACS_PKGNAME_PREFIX}semi-[0-9]*:../../devel/semi |