diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-04-03 19:39:55 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-04-03 19:39:55 +0000 |
commit | 6670a706f1c1bdb875d3af7d8ec6a354173bd8a1 (patch) | |
tree | 08a58f408d8500884a8953abcfe399b22df33d21 /www/apache13-modssl/Makefile | |
parent | 8bfe7509369221694f74ab35ee3871a383cafa24 (diff) |
Notes
Diffstat (limited to 'www/apache13-modssl/Makefile')
-rw-r--r-- | www/apache13-modssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache13-modssl/Makefile b/www/apache13-modssl/Makefile index bc45754c74c6..0e583bafe915 100644 --- a/www/apache13-modssl/Makefile +++ b/www/apache13-modssl/Makefile @@ -102,7 +102,7 @@ CFLAGS+= -O6 -funroll-loops -fstrength-reduce -fomit-frame-pointer \ -fexpensive-optimizations -ffast-math .endif -.include "${PORTSDIR}/security/openssl/Makefile.ssl" +.include "${PORTSDIR}/security/openssl/bsd.openssl.mk" CONFIGURE_ENV= CFLAGS='${CFLAGS}' \ OPTIM='${OPTIM}' \ |