diff options
-rw-r--r-- | www/neon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/neon/Makefile b/www/neon/Makefile index 0623862575a..0e8d61814a0 100644 --- a/www/neon/Makefile +++ b/www/neon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/11/25 20:01:43 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2002/11/26 21:05:46 drochner Exp $ DISTNAME= neon-0.23.5 CATEGORIES= www @@ -15,7 +15,7 @@ USE_LIBTOOL= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool GNU_CONFIGURE= # defined -CONFIGURE_ARGS+= --with-ssl=${SSLBASE} +CONFIGURE_ARGS+= --with-ssl=yes CONFIGURE_ARGS+= --with-libxml1 CONFIGURE_ARGS+= --enable-shared |