1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

- Mark BROKEN on FreeBSD 7.X: does not configure

ImportError: /usr/local/lib/python2.7/site-packages/OpenSSL/SSL.so: Undefined symbol "SSL_get_servername"

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2011-10-09 14:02:36 +00:00
parent 2240459cd7
commit 4894b9c262
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283246

View File

@ -27,4 +27,10 @@ USE_GNOME= pygobject
USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800000
BROKEN= does not configure on FreeBSD 7.X
.endif
.include <bsd.port.post.mk>