summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2015-12-01 09:51:05 +0000
committerAlex Dupre <ale@FreeBSD.org>2015-12-01 09:51:05 +0000
commit81af21fe75766298244ad81c79b7547e238c2d75 (patch)
tree3ded6f4f815d08c1572049979de74699c745a320 /www
parentUpgrade textproc/elixir-ex_doc to version 0.11.1. (diff)
Fix build on FreeBSD < 10.
Notes
Notes: svn path=/head/; revision=402726
Diffstat (limited to 'www')
-rw-r--r--www/tomcat-native/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/www/tomcat-native/Makefile b/www/tomcat-native/Makefile
index 9882459f4983..bd3a97848c07 100644
--- a/www/tomcat-native/Makefile
+++ b/www/tomcat-native/Makefile
@@ -31,4 +31,10 @@ PLIST_FILES= lib/libtcnative-1.a \
lib/libtcnative-1.so.0 \
lib/libtcnative-1.so.0.2.2
+.include <bsd.port.options.mk>
+
+.if ${OSVERSION} < 1000028
+WITH_OPENSSL_PORT= yes
+.endif
+
.include <bsd.port.mk>