From 5e0ed302bd65cf177125f8eec969a9eb711589ab Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 5 Apr 2019 15:22:18 +0000 Subject: [PATCH] - Document incompatibility with python 3.7+ Approved by: portmgr blanket --- net/py-pynmsg/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/py-pynmsg/Makefile b/net/py-pynmsg/Makefile index 99982010d240..e9bb5a3a9469 100644 --- a/net/py-pynmsg/Makefile +++ b/net/py-pynmsg/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= libnmsg.so:net/nmsg USE_PYTHON= autoplist distutils -USES= pkgconfig python shebangfix uniquefiles:dirs +USES= pkgconfig python:-3.6 shebangfix uniquefiles:dirs SHEBANG_FILES= examples/*.py