summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorwiz <wiz>2005-03-28 11:25:15 +0000
committerwiz <wiz>2005-03-28 11:25:15 +0000
commit858551e9a64b1dda24b9141647a90de9e2f50016 (patch)
tree45963376a9151bd05970d173ba3fed65b91d0a5d /textproc
parent92f561f19eba0d444ddf156166ff1073e80e28f5 (diff)
downloadpkgsrc-858551e9a64b1dda24b9141647a90de9e2f50016.tar.gz
Needs gcc3 (for istream). Closes PR 29810.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/html2text/Makefile3
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}"