diff options
author | fredb <fredb> | 2000-10-05 14:07:37 +0000 |
---|---|---|
committer | fredb <fredb> | 2000-10-05 14:07:37 +0000 |
commit | 7c1e6d60902fc8ba118b96a8503a5db19ed6fb6f (patch) | |
tree | 7ee2efe276ccce98e9374752ba88d809032aee3b /www | |
parent | d44a8c82300b63cd922a0cfad559e1dcca995628 (diff) | |
download | pkgsrc-7c1e6d60902fc8ba118b96a8503a5db19ed6fb6f.tar.gz |
Make USE_RSAREF2=NO the default. Missed this one on the last sweep.
Diffstat (limited to 'www')
-rw-r--r-- | www/ap-ssl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/ap-ssl/Makefile b/www/ap-ssl/Makefile index e7598bc959d..e01df30b6e1 100644 --- a/www/ap-ssl/Makefile +++ b/www/ap-ssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2000/09/12 14:52:43 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2000/10/05 14:07:37 fredb Exp $ # DISTNAME= mod_ssl-2.6.6-1.3.12 @@ -16,6 +16,7 @@ BUILD_DEPENDS+= ${PERL5}:../../lang/perl5-base CONFLICTS= apache-1.3.[0123456789] apache-*modssl-* apache6-* HAS_CONFIGURE= defined +USE_RSAREF2= NO USE_SSL= defined MESSAGE_FILE= ${WRKDIR}/MESSAGE |