diff options
author | mat <mat@FreeBSD.org> | 2017-06-08 18:31:15 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-06-08 18:31:15 +0800 |
commit | dae67494a9c666b6ad9b6bf4ac6455e45c48a4c4 (patch) | |
tree | fd1cdfb769a17303ed124af7965fb21f5c526094 /lang/python36 | |
parent | ad6628304b39a061d9afb4967a676423ee76259e (diff) | |
download | freebsd-ports-gnome-dae67494a9c666b6ad9b6bf4ac6455e45c48a4c4.tar.gz freebsd-ports-gnome-dae67494a9c666b6ad9b6bf4ac6455e45c48a4c4.tar.zst freebsd-ports-gnome-dae67494a9c666b6ad9b6bf4ac6455e45c48a4c4.zip |
Mark BROKEN with openssl-devel.
pkg-static: Unable to access file /wrkdirs/usr/ports/lang/python36/work/stage/usr/local/lib/python3.6/lib-dynload/_ssl.so:No such file or directory
Sponsored by: Absolight
Diffstat (limited to 'lang/python36')
-rw-r--r-- | lang/python36/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/python36/Makefile b/lang/python36/Makefile index b0e9aab414d6..14f906529bd7 100644 --- a/lang/python36/Makefile +++ b/lang/python36/Makefile @@ -22,6 +22,8 @@ GNU_CONFIGURE= yes python_CMD= ${PREFIX}/bin/python${PYTHON_PORTVERSION:R} SHEBANG_FILES= Lib/lib2to3/tests/data/*.py Lib/encodings/*.py +BROKEN_SSL= openssl-devel + CPE_VENDOR= python CPE_PRODUCT= ${CPE_VENDOR} |