diff options
-rw-r--r-- | security/p5-openxpki/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/p5-openxpki/Makefile b/security/p5-openxpki/Makefile index 8aca1e96632c..b2779bca300c 100644 --- a/security/p5-openxpki/Makefile +++ b/security/p5-openxpki/Makefile @@ -281,7 +281,6 @@ MAN3= OpenXPKI.3 \ OpenXPKI::i18n.3 USE_GMAKE= yes USE_OPENSSL= yes -WITH_OPENSSL_BETA= yes PERL_CONFIGURE= 5.8.6+ OPTIONS= DEVELOPER "Install development tools for OpenXPKI?" off \ @@ -293,6 +292,13 @@ OPTIONS= DEVELOPER "Install development tools for OpenXPKI?" off \ # If you want to read OpenXPKI documentation, these tools are not needed. # Just visit http://www.openxpki.org/docs/ +.include <bsd.port.options.mk> + +# needs openssl 0.9.8 +.if ${OSVERSION} < 700019 +WITH_OPENSSL_PORT= yes +.endif + .include <bsd.port.pre.mk> .if defined(WITH_DEVELOPER) |