diff options
author | Alex Dupre <ale@FreeBSD.org> | 2015-12-01 17:51:05 +0800 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2015-12-01 17:51:05 +0800 |
commit | 81af21fe75766298244ad81c79b7547e238c2d75 (patch) | |
tree | 3ded6f4f815d08c1572049979de74699c745a320 /www | |
parent | 03ac6cb019d8740aa81d5e938ba5bd6da4216bf9 (diff) | |
download | freebsd-ports-gnome-81af21fe75766298244ad81c79b7547e238c2d75.tar.gz freebsd-ports-gnome-81af21fe75766298244ad81c79b7547e238c2d75.tar.zst freebsd-ports-gnome-81af21fe75766298244ad81c79b7547e238c2d75.zip |
Fix build on FreeBSD < 10.
Diffstat (limited to 'www')
-rw-r--r-- | www/tomcat-native/Makefile | 6 |
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> |