Date: Tue, 1 Dec 2015 09:51:05 +0000 (UTC) From: Alex Dupre <ale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402726 - head/www/tomcat-native Message-ID: <201512010951.tB19p5Lo090154@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512010951.tB19p5Lo090154>