summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-11-09 18:43:08 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-11-09 18:43:08 +0000
commite72adbae31a53e0e4d384464f1f35c799fc0ed9a (patch)
tree44590c22201d53a850e153c2cf67ce2332b1dd28
parent6ad6aebd74a97f219b6c1b9a29e51a62329ee5d5 (diff)
downloadfreebsd-ports-e72adbae31a53e0e4d384464f1f35c799fc0ed9a.zip
- Mark IGNORE on FreeBSD 9.x
-rw-r--r--security/py-m2crypto/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/py-m2crypto/Makefile b/security/py-m2crypto/Makefile
index 505ee819b83e..6cc5c766396b 100644
--- a/security/py-m2crypto/Makefile
+++ b/security/py-m2crypto/Makefile
@@ -27,4 +27,10 @@ PLIST_FILES= %%PYTHON_SITELIBDIR%%/M2Crypto/_m2crypto.py \
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/M2Crypto/__m2crypto.so
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 1000000 && !defined(WITH_OPENSSL_PORT)
+IGNORE= py-m2crypto requires OpenSSL 1.0.1e+
+.endif
+
+.include <bsd.port.post.mk>