diff options
author | wiz <wiz@pkgsrc.org> | 2005-03-28 11:25:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-03-28 11:25:15 +0000 |
commit | df6b90f602c3491ce37163c9e67d7cf1650af879 (patch) | |
tree | 45963376a9151bd05970d173ba3fed65b91d0a5d /textproc/html2text | |
parent | a63f3d163660cbe12345af6096a519d0a1b2e9af (diff) | |
download | pkgsrc-df6b90f602c3491ce37163c9e67d7cf1650af879.tar.gz |
Needs gcc3 (for istream). Closes PR 29810.
Diffstat (limited to 'textproc/html2text')
-rw-r--r-- | textproc/html2text/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/html2text/Makefile b/textproc/html2text/Makefile index d64a1eb4681..71be7a424a9 100644 --- a/textproc/html2text/Makefile +++ b/textproc/html2text/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/03/24 08:53:28 adam Exp $ +# $NetBSD: Makefile,v 1.8 2005/03/28 11:25:15 wiz Exp $ DISTNAME= html2text-1.3.2a CATEGORIES= textproc @@ -9,6 +9,7 @@ HOMEPAGE= http://userpage.fu-berlin.de/~mbayer/tools/html2text.html COMMENT= Advanced HTML-to-text converter USE_LANGUAGES= c c++ +GCC_REQD= 3.0 HAS_CONFIGURE= yes CONFIGURE_ENV+= ECHO="${ECHO}" |