diff options
Diffstat (limited to 'www/neon/Makefile')
-rw-r--r-- | www/neon/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/neon/Makefile b/www/neon/Makefile index 8507b6cee7a..310b0de6dd7 100644 --- a/www/neon/Makefile +++ b/www/neon/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2002/04/01 01:28:04 uebayasi Exp $ +# $NetBSD: Makefile,v 1.3 2002/08/03 01:24:53 hubertf Exp $ -DISTNAME= neon-0.19.3 +DISTNAME= neon-0.21.3 CATEGORIES= www MASTER_SITES= http://www.webdav.org/neon/ @@ -15,7 +15,7 @@ USE_LIBTOOL= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool GNU_CONFIGURE= # defined -CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_DIR} +CONFIGURE_ARGS+= --with-ssl CONFIGURE_ARGS+= --enable-libxml CONFIGURE_ARGS+= --enable-shared |