aboutsummaryrefslogtreecommitdiff
path: root/security/p5-openxpki
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-11 00:29:26 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-11 00:29:26 +0000
commit82bd87c7c673fbade36df1bdf83513bd0ba9ee46 (patch)
tree3280fdfdd7cb9770672089b53a6671e8bdcb791d /security/p5-openxpki
parent717300f78ee85488b168fa6485b37397b8135c36 (diff)
downloadports-82bd87c7c673fbade36df1bdf83513bd0ba9ee46.tar.gz
ports-82bd87c7c673fbade36df1bdf83513bd0ba9ee46.zip
Notes
Diffstat (limited to 'security/p5-openxpki')
-rw-r--r--security/p5-openxpki/Makefile8
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)