diff options
author | drochner <drochner@pkgsrc.org> | 2002-11-26 21:05:46 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-11-26 21:05:46 +0000 |
commit | 9b1d7a169875b689a5ba2f2253e068188b6494d6 (patch) | |
tree | dc4e9c6b1d857de7d6ba5514b05b10c19986ae23 /www/neon | |
parent | 787d1ab647764d9a66bedbbf6fff98e2214164ff (diff) | |
download | pkgsrc-9b1d7a169875b689a5ba2f2253e068188b6494d6.tar.gz |
the ssl command line argument has changed -- fix to pullin ssl support
again
Diffstat (limited to 'www/neon')
-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 |