summaryrefslogtreecommitdiff
path: root/www/apache13-modssl
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-01-20 18:02:08 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-01-20 18:02:08 +0000
commitf7f823b3f72cd086c53e0259cc9797cf0a1a2e1c (patch)
treebc0a24a17de68187096666725d2a38295323abc3 /www/apache13-modssl
parentChange of back-up location. (diff)
- update SSL support.
defaults to openssl port (now 0.9.6.h) New options: use the lastest version (now 0.9.7) USE_OPENSSL_BETA=yes use teh base version with USE_OPENSSL_BASE=yes
Notes
Notes: svn path=/head/; revision=73673
Diffstat (limited to 'www/apache13-modssl')
-rw-r--r--www/apache13-modssl/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/www/apache13-modssl/Makefile b/www/apache13-modssl/Makefile
index b862ada210fe..3f8fcc0a4b07 100644
--- a/www/apache13-modssl/Makefile
+++ b/www/apache13-modssl/Makefile
@@ -116,15 +116,7 @@ CFLAGS+= -O6 -funroll-loops -fstrength-reduce -fomit-frame-pointer \
-fexpensive-optimizations -ffast-math
.endif
-.if ${OSVERSION} < 430000 || exists(${LOCALBASE}/lib/libcrypto.so.3)
-OPENSSLBASE= ${LOCALBASE}
-OPENSSLDIR= ${OPENSSLBASE}/openssl
-LIB_DEPENDS+= crypto.3:${PORTSDIR}/security/openssl
-OPENSSLLIB= ${OPENSSLBASE}/lib
-OPENSSLINC= ${OPENSSLBASE}/include
-MAKE_ENV+= OPENSSLLIB=${OPENSSLLIB} OPENSSLINC=${OPENSSLINC} \
- OPENSSLBASE=${OPENSSLBASE} OPENSSLDIR=${OPENSSLDIR}
-.endif
+.include "${PORTSDIR}/security/openssl/Makefile.ssl"
CONFIGURE_ENV= CFLAGS='${CFLAGS}' \
OPTIM='${OPTIM}' \