summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2016-12-08 17:15:30 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2016-12-08 17:15:30 +0000
commit824a8c2ae601c57eee8df6bd829b3eaf6dc50795 (patch)
treedc55b2f35aff8d911d15c80fd1f9c2fb62fa4adc
parentsecurity/py-pycryptography: Fix build on FreeBSD 9.3 (diff)
Unbreak
With hat: portmgr MFH: 2016Q4
Notes
Notes: svn path=/head/; revision=428140
-rw-r--r--security/py-cryptography/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile
index 7ca02284626f..9fc184a00ef1 100644
--- a/security/py-cryptography/Makefile
+++ b/security/py-cryptography/Makefile
@@ -27,11 +27,6 @@ USE_PYTHON= autoplist distutils
CFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}
-# Modern py-cyptography requires newer OpenSSL
-.if ${OSVERSION} < 1000000
-WITH_OPENSSL_PORT= yes
-.endif
-
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 3300