diff options
Diffstat (limited to 'www/libwww/Makefile')
-rw-r--r-- | www/libwww/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile index 933b84a47b2..f3b50e4f9f6 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2005/12/02 17:05:04 wiz Exp $ +# $NetBSD: Makefile,v 1.64 2005/12/05 23:55:23 rillig Exp $ DISTNAME= w3c-libwww-5.4.0 PKGNAME= libwww-5.4.0 @@ -23,7 +23,7 @@ USE_LIBTOOL= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-zlib --with-regex --without-x -CONFIGURE_ARGS+= --with-ssl="${SSLBASE}" +CONFIGURE_ARGS+= --with-ssl=${SSLBASE:Q} # Avoid an ICE in gcc2 on sparc64 CONFIGURE_ENV+= F77=${FALSE:Q} @@ -49,7 +49,7 @@ CONFIGURE_ARGS+= --without-md5 PLIST_SUBST+= MD5LIB="@comment " .else . if !exists(/usr/include/md5.h) -CONFIGURE_ARGS+= --with-md5="${SSLBASE}" +CONFIGURE_ARGS+= --with-md5=${SSLBASE:Q} . endif PLIST_SUBST+= MD5LIB="" .endif |