diff options
author | pav <pav@FreeBSD.org> | 2009-01-11 08:29:26 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-11 08:29:26 +0800 |
commit | a33fa3b154133e7c230bd885d14d7fab4c50e29a (patch) | |
tree | 61aff7964c8988788baaeb0922e374db31a8c504 /security/p5-openxpki | |
parent | ce928d241c040ef12e2510f26f616d87699fb6d1 (diff) | |
download | freebsd-ports-gnome-a33fa3b154133e7c230bd885d14d7fab4c50e29a.tar.gz freebsd-ports-gnome-a33fa3b154133e7c230bd885d14d7fab4c50e29a.tar.zst freebsd-ports-gnome-a33fa3b154133e7c230bd885d14d7fab4c50e29a.zip |
- Make this use openssl from port on 6.x
Reported by: pointyhat
Diffstat (limited to 'security/p5-openxpki')
-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) |