summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorrillig <rillig>2006-10-05 02:58:02 +0000
committerrillig <rillig>2006-10-05 02:58:02 +0000
commit0856ffac801e00e12884c9ef405d515ac9a07e40 (patch)
tree819cb14cb40080600a422687ae1676506efecc7d /www
parent22949e0072c056ed6efa3706990803ec8fb23785 (diff)
downloadpkgsrc-0856ffac801e00e12884c9ef405d515ac9a07e40.tar.gz
Portability checks are skipped -- the first false positive for the new
check.
Diffstat (limited to 'www')
-rw-r--r--www/elinks04/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/elinks04/Makefile b/www/elinks04/Makefile
index acaf39284e4..e0f6d270f80 100644
--- a/www/elinks04/Makefile
+++ b/www/elinks04/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/04/11 21:47:52 tv Exp $
+# $NetBSD: Makefile,v 1.7 2006/10/05 02:58:02 rillig Exp $
DISTNAME= elinks-0.4.3
PKGREVISION= 3
@@ -11,8 +11,8 @@ HOMEPAGE= http://elinks.or.cz/
COMMENT= Extended/Enhanced Links
GNU_CONFIGURE= yes
-
CONFIGURE_ARGS+= --without-x
+SKIP_PORTABILITY_CHECK= yes # The offending code is commented out.
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"