diff options
Diffstat (limited to 'www/libwww/Makefile')
-rw-r--r-- | www/libwww/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile index 9ec52839bf7..2ca1795b62b 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.79 2009/11/08 08:38:54 obache Exp $ +# $NetBSD: Makefile,v 1.80 2010/01/17 12:02:49 wiz Exp $ DISTNAME= w3c-libwww-5.4.0 PKGNAME= libwww-5.4.0 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= www devel MASTER_SITES= http://www.w3.org/Library/Distribution/ EXTRACT_SUFX= .tgz @@ -25,9 +25,6 @@ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-zlib --without-x CONFIGURE_ARGS+= --with-ssl=${SSLBASE:Q} -# Avoid an ICE in gcc2 on sparc64 -CONFIGURE_ENV+= F77=${FALSE:Q} - .include "options.mk" post-extract: |