diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/ap-ssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-ssl/Makefile b/www/ap-ssl/Makefile index e7379a6cb53..bb9339a8f30 100644 --- a/www/ap-ssl/Makefile +++ b/www/ap-ssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1999/12/01 01:00:17 bad Exp $ +# $NetBSD: Makefile,v 1.11 1999/12/07 20:15:16 bad Exp $ # DISTNAME= mod_ssl-2.4.8-1.3.9 @@ -33,7 +33,7 @@ fetch-depends: CONFIGURE_ARGS+= --with-apxs=${PREFIX}/sbin/apxs --with-ssl=${PREFIX} .if defined(USE_RSAREF2) && ${USE_RSAREF2} == YES -CONFIUGRE_ARGS+= --with-rsa=${PREFIX} +CONFIUGRE_ARGS+= --with-rsa=${PREFIX}/lib .endif post-install: |