diff options
-rw-r--r-- | net-mgmt/netdata/pkg-plist | 2 | ||||
-rw-r--r-- | net/pacemaker/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/netdata/pkg-plist b/net-mgmt/netdata/pkg-plist index f76c85ae6ceb..92f4ffa04f23 100644 --- a/net-mgmt/netdata/pkg-plist +++ b/net-mgmt/netdata/pkg-plist @@ -239,7 +239,7 @@ libexec/netdata/python.d/python_modules/urllib3/contrib/_securetransport/binding libexec/netdata/python.d/python_modules/urllib3/contrib/_securetransport/low_level.py libexec/netdata/python.d/python_modules/urllib3/contrib/appengine.py libexec/netdata/python.d/python_modules/urllib3/contrib/ntlmpool.py -libexec/netdata/python.d/python_modules/urllib3/contrib/%%PYTHON_PYOEXTENSION%%penssl.py +libexec/netdata/python.d/python_modules/urllib3/contrib/pyopenssl.py libexec/netdata/python.d/python_modules/urllib3/contrib/securetransport.py libexec/netdata/python.d/python_modules/urllib3/contrib/socks.py libexec/netdata/python.d/python_modules/urllib3/exceptions.py diff --git a/net/pacemaker/Makefile b/net/pacemaker/Makefile index 016328c7ae6e..b7ef786a38fb 100644 --- a/net/pacemaker/Makefile +++ b/net/pacemaker/Makefile @@ -39,6 +39,7 @@ GH_ACCOUNT= ClusterLabs USES= autoreconf gmake libtool pathfix pkgconfig python shebangfix USE_GNOME= glib20 USE_LDCONFIG= yes +USE_PYTHON= py3kplist USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-fatal-warnings \ |