1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Fix build on 9.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2016-09-21 14:14:18 +00:00
parent 075c2a57b3
commit 568d91f1f8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422561

View File

@ -87,6 +87,8 @@ INSTALL_TARGET= install-lib install-h install-config
.endif # BUILD_PYLDNS || BUILD_P5PERL
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MGOST}
. if !defined(SSL_DEFAULT) || ${SSL_DEFAULT} == "base"
IGNORE_FreeBSD_9= Requires openssl version >= 1.0.0
@ -135,4 +137,4 @@ post-install:
.endif # BUILD_PYLDNS || BUILD_P5PERL
.include <bsd.port.mk>
.include <bsd.port.post.mk>