svn commit: r402726 - head/www/tomcat-native

Alex Dupre ale at FreeBSD.org
Tue Dec 1 09:51:06 UTC 2015


Author: ale
Date: Tue Dec  1 09:51:05 2015
New Revision: 402726
URL: https://svnweb.freebsd.org/changeset/ports/402726

Log:
  Fix build on FreeBSD < 10.

Modified:
  head/www/tomcat-native/Makefile

Modified: head/www/tomcat-native/Makefile
==============================================================================
--- head/www/tomcat-native/Makefile	Tue Dec  1 09:37:07 2015	(r402725)
+++ head/www/tomcat-native/Makefile	Tue Dec  1 09:51:05 2015	(r402726)
@@ -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>


More information about the svn-ports-head mailing list